RegionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RegionsProperty {
object RegionId,
object UserId = null
};
Properties
Name | Type | Description |
---|---|---|
RegionId |
object |
No description. |
UserId |
object |
No description. |
RegionId
Required
public object RegionId { get; set; }
- Type: object
UserId
Optional
public object UserId { get; set; }
- Type: object