Skip to content

EnvironmentProps

Properties for defining a Environment.

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

Initializer

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

Properties

Name Type Description
EnvironmentName object Property environmentName: The name of the environment.
GatewayId object Property gatewayId: Gateway id.
Description object Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.

EnvironmentNameRequired

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

Property environmentName: The name of the environment.


GatewayIdRequired

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

Property gatewayId: Gateway id.


DescriptionOptional

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

Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.