RosZoneProps
Properties for defining a RosZone
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pvtz-zone
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosZoneProps {
object ZoneId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ZoneId |
object |
No description. |
RefreshOptions |
object |
No description. |
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object