BootstrapActionProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new BootstrapActionProperty {
object Arg = null,
object Name = null,
object Path = null
};
Properties
| Name | Type | Description |
|---|---|---|
Arg |
object |
No description. |
Name |
object |
No description. |
Path |
object |
No description. |
ArgOptional
public object Arg { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
PathOptional
public object Path { get; set; }
- Type: object