ExcludedResourcesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new ExcludedResourcesProperty {
object ResourceId,
object RegionId = null,
object ResourceType = null
};
Properties
| Name | Type | Description |
|---|---|---|
ResourceId |
object |
No description. |
RegionId |
object |
No description. |
ResourceType |
object |
No description. |
ResourceIdRequired
public object ResourceId { get; set; }
- Type: object
RegionIdOptional
public object RegionId { get; set; }
- Type: object
ResourceTypeOptional
public object ResourceType { get; set; }
- Type: object