Skip to content

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.

CommandIdOptional

public object CommandId { get; set; }
  • Type: object

CommandNameOptional

public object CommandName { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object