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. |
FieldNameRequired
public object FieldName { get; set; }
- Type: object
SortModeOptional
public object SortMode { get; set; }
- Type: object
SortOrderOptional
public object SortOrder { get; set; }
- Type: object