Class ApiParameter
public class ApiParameter
Inheritance
-
Inherited Members
-
Properties
Attributes
[YamlMember(Alias = "attributes")]
[JsonProperty("attributes")]
[JsonPropertyName("attributes")]
[MergeOption(MergeOption.Ignore)]
public List<AttributeInfo> Attributes { get; set; }
Property Value
- List<AttributeInfo>
-
Description
[YamlMember(Alias = "description")]
[JsonProperty("description")]
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
- string
-
Name
[YamlMember(Alias = "id")]
[JsonProperty("id")]
[JsonPropertyName("id")]
[MergeOption(MergeOption.MergeKey)]
public string Name { get; set; }
Property Value
- string
-
Type
[YamlMember(Alias = "type")]
[JsonProperty("type")]
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- string
-