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. |
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object