Get Group Variables Result
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>)