A variable group reference is a shallow reference to variable group.

interface VariableGroupProjectReference {
    description?: string;
    name?: string;
    projectReference?: ProjectReference;
}

Properties

description?: string

Gets or sets description of the variable group.

name?: string

Gets or sets name of the variable group.

projectReference?: ProjectReference

Gets or sets project reference of the variable group.