DeleteOptionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new DeleteOptionsProperty {
object DeleteMode = null,
object ResourceType = null
};
Properties
| Name | Type | Description |
|---|---|---|
DeleteMode |
object |
No description. |
ResourceType |
object |
No description. |
DeleteModeOptional
public object DeleteMode { get; set; }
- Type: object
ResourceTypeOptional
public object ResourceType { get; set; }
- Type: object