GeoDistanceSortProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new GeoDistanceSortProperty {
object FieldName,
object Points,
object SortMode = null,
object SortOrder = null
};
Properties
| Name | Type | Description |
|---|---|---|
FieldName |
object |
No description. |
Points |
object |
No description. |
SortMode |
object |
No description. |
SortOrder |
object |
No description. |
FieldNameRequired
public object FieldName { get; set; }
- Type: object
PointsRequired
public object Points { get; set; }
- Type: object
SortModeOptional
public object SortMode { get; set; }
- Type: object
SortOrderOptional
public object SortOrder { get; set; }
- Type: object