RosStageConfigProps
Properties for defining a RosStageConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-stageconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosStageConfigProps {
object GroupId,
object StageName,
object Variables
};
Properties
Name | Type | Description |
---|---|---|
GroupId |
object |
No description. |
StageName |
object |
No description. |
Variables |
object |
No description. |
GroupId
Required
public object GroupId { get; set; }
- Type: object
StageName
Required
public object StageName { get; set; }
- Type: object
Variables
Required
public object Variables { get; set; }
- Type: object