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. |
GroupId
Required
public object GroupId { get; set; }
- Type: object
Property groupId: The id of the Group.
StageName
Required
public object StageName { get; set; }
- Type: object
Property stageName: The name of the Stage.
Variables
Required
public object Variables { get; set; }
- Type: object
Property variables: Variables in the stage, key-value pairs.