mysterious-australia-14256
07/05/2021, 11:57 AMpublic Dictionary<string, CustomApiConnectionParameterModel> ConnectionParameters { get; set; } = new Dictionary<string, CustomApiConnectionParameterModel>();
At the moment CustomApiConnectionParameterModel just looks like this
public class CustomApiConnectionParameterModel
{
public CustomApiConnectionType Type { get; set; }
}
I want to be able to store a bunch of dictionary items as yaml so that I can pull them in.