FieldSortProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new FieldSortProperty {
object FieldName,
object SortMode = null,
object SortOrder = null
};
Properties
Name | Type | Description |
---|---|---|
FieldName |
object |
No description. |
SortMode |
object |
No description. |
SortOrder |
object |
No description. |
FieldName
Required
public object FieldName { get; set; }
- Type: object
SortMode
Optional
public object SortMode { get; set; }
- Type: object
SortOrder
Optional
public object SortOrder { get; set; }
- Type: object