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