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. |
Command
Required
public object Command { get; set; }
- Type: object
InstanceIds
Required
public object InstanceIds { get; set; }
- Type: object
RunAgainOn
Optional
public object RunAgainOn { get; set; }
- Type: object