Skip to content

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.

RegionIdRequired

public object RegionId { get; set; }
  • Type: object

UserIdOptional

public object UserId { get; set; }
  • Type: object