Class Attributes
public class Attributes
- Inheritance
-
Attributes
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Display_type
The display type
[JsonProperty("display_type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Display_type { get; set; }
Property Value
Trait_type
The trait type
[JsonProperty("trait_type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Trait_type { get; set; }
Property Value
Value
The trait value
[JsonProperty("value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Value Value { get; set; }