Class PropertyPreview
PropertyPreview
public sealed class PropertyPreview
- Inheritance
-
PropertyPreview
- Inherited Members
Properties
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Subtype
subtype
[JsonPropertyName("subtype")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PropertyPreviewSubtypeValues? Subtype { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public PropertyPreviewTypeValues Type { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Value { get; set; }
Property Value
ValuePreview
valuePreview
[JsonPropertyName("valuePreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ObjectPreview ValuePreview { get; set; }