RosVariableGroupProps
Properties for defining a RosVariableGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-variablegroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Devops;
new RosVariableGroupProps {
object Name,
object OrganizationId,
object Variables,
object Description = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
OrganizationId |
object |
No description. |
Variables |
object |
No description. |
Description |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
OrganizationId
Required
public object OrganizationId { get; set; }
- Type: object
Variables
Required
public object Variables { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object