RosCommandProps
Properties for defining a RosCommand.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-command
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosCommandProps {
object CommandId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
CommandId |
object |
No description. |
RefreshOptions |
object |
No description. |
CommandIdRequired
public object CommandId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object