Class SortBy
public class SortBy
- Inheritance
-
SortBy
- Inherited Members
Properties
Column
[JsonProperty("column")]
public string? Column { get; set; }
Property Value
Order
[JsonProperty("order")]
public string? Order { get; set; }