Class ParameterProperty
Represents a single parameter property
public class ParameterProperty
- Inheritance
-
ParameterProperty
- Inherited Members
Constructors
ParameterProperty()
public ParameterProperty()
Properties
Default
public object? Default { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
Enum
public List<string>? Enum { get; set; }
Property Value
Items
public ParameterProperty? Items { get; set; }
Property Value
Type
public string Type { get; set; }