Class ShorthandEntry
ShorthandEntry
public sealed class ShorthandEntry
- Inheritance
-
ShorthandEntry
- Inherited Members
Properties
Important
important
[JsonPropertyName("important")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Important { get; set; }
Property Value
- bool?
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
public string Value { get; set; }