Skip to content

RosEnvironmentProps

Properties for defining a RosEnvironment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-environment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosEnvironmentProps {
    object EnvironmentName,
    object GatewayId,
    object Description = null
};

Properties

Name Type Description
EnvironmentName object No description.
GatewayId object No description.
Description object No description.

EnvironmentNameRequired

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

GatewayIdRequired

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

DescriptionOptional

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