Skip to content

VariableGroupProps

Properties for defining a VariableGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-variablegroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Devops;
new VariableGroupProps {
    object Name,
    object OrganizationId,
    object Variables,
    object Description = null
};

Properties

Name Type Description
Name object Property name: The name of variable group.
OrganizationId object Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
Variables object Property variables: Variables information.
Description object Property description: The description of variable group.

NameRequired

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

Property name: The name of variable group.


OrganizationIdRequired

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

Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.


VariablesRequired

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

Property variables: Variables information.


DescriptionOptional

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

Property description: The description of variable group.