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. |
ResourceId
Required
public object ResourceId { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object
ResourceType
Optional
public object ResourceType { get; set; }
- Type: object