ResourcesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new ResourcesProperty {
object RegionId,
object ResourceId,
object ResourceType
};
Properties
| Name | Type | Description |
|---|---|---|
RegionId |
object |
No description. |
ResourceId |
object |
No description. |
ResourceType |
object |
No description. |
RegionIdRequired
public object RegionId { get; set; }
- Type: object
ResourceIdRequired
public object ResourceId { get; set; }
- Type: object
ResourceTypeRequired
public object ResourceType { get; set; }
- Type: object