PostInstallScriptProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new PostInstallScriptProperty {
object Args = null,
object Url = null
};
Properties
Name | Type | Description |
---|---|---|
Args |
object |
No description. |
Url |
object |
No description. |
Args
Optional
public object Args { get; set; }
- Type: object
Url
Optional
public object Url { get; set; }
- Type: object