Property Columns
Columns
When defined, a list of column names for which old values should be tracked.
[JsonProperty("columns")]
public List<string>? Columns { get; set; }
When defined, a list of column names for which old values should be tracked.
[JsonProperty("columns")]
public List<string>? Columns { get; set; }