Class KeyPath
KeyPath
public sealed class KeyPath- Inheritance
- 
      
      KeyPath
- Inherited Members
Properties
Array
array
[JsonPropertyName("array")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Array { get; set; }Property Value
- string[]
String
string
[JsonPropertyName("string")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? String { get; set; }Property Value
Type
type
[JsonPropertyName("type")]
public KeyPathTypeValues Type { get; set; }