Property ArrayIndex
Array index or dictionary key.
For arrays: "0", "1", "2", etc.
For dictionaries: string key.
NULL for non-collection fields.
[JsonPropertyName("array_index")]
public string? ArrayIndex { get; set; }
Array index or dictionary key.
For arrays: "0", "1", "2", etc.
For dictionaries: string key.
NULL for non-collection fields.
[JsonPropertyName("array_index")]
public string? ArrayIndex { get; set; }