GetGroupVariablesResult

data class GetGroupVariablesResult(val environmentScope: String? = null, val group: String, val id: String, val variables: List<GetGroupVariablesVariable>)

A collection of values returned by getGroupVariables.

Constructors

Link copied to clipboard
constructor(environmentScope: String? = null, group: String, id: String, variables: List<GetGroupVariablesVariable>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The environment scope of the variable. Defaults to all environment (*).

Link copied to clipboard

The name or id of the group.

Link copied to clipboard
val id: String
Link copied to clipboard

The list of variables returned by the search