Skip to content

StageConfigProps

Properties for defining a StageConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-stageconfig

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new StageConfigProps {
    object GroupId,
    object StageName,
    object Variables
};

Properties

Name Type Description
GroupId object Property groupId: The id of the Group.
StageName object Property stageName: The name of the Stage.
Variables object Property variables: Variables in the stage, key-value pairs.

GroupIdRequired

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

Property groupId: The id of the Group.


StageNameRequired

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

Property stageName: The name of the Stage.


VariablesRequired

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

Property variables: Variables in the stage, key-value pairs.