Class Key
Key
public sealed class Key- Inheritance
- 
      
      Key
- Inherited Members
Properties
Array
array
[JsonPropertyName("array")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Key[]? Array { get; set; }Property Value
- Key[]
Date
date
[JsonPropertyName("date")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Date { get; set; }Property Value
Number
number
[JsonPropertyName("number")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Number { get; set; }Property Value
String
string
[JsonPropertyName("string")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? String { get; set; }Property Value
Type
type
[JsonPropertyName("type")]
public KeyTypeValues Type { get; set; }