PostStartProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new PostStartProperty {
object Exec = null,
object HttpGet = null
};
Properties
Name | Type | Description |
---|---|---|
Exec |
object |
No description. |
HttpGet |
object |
No description. |
Exec
Optional
public object Exec { get; set; }
- Type: object
HttpGet
Optional
public object HttpGet { get; set; }
- Type: object