RosRunCommandProps
Properties for defining a RosRunCommand.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-runcommand
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new RosRunCommandProps {
object Command,
object InstanceIds,
object RunAgainOn = null
};
Properties
| Name | Type | Description |
|---|---|---|
Command |
object |
No description. |
InstanceIds |
object |
No description. |
RunAgainOn |
object |
No description. |
CommandRequired
public object Command { get; set; }
- Type: object
InstanceIdsRequired
public object InstanceIds { get; set; }
- Type: object
RunAgainOnOptional
public object RunAgainOn { get; set; }
- Type: object