Skip to content

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.

GroupIdRequired

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

StageNameRequired

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

VariablesRequired

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