Get Project Variables Result
data class GetProjectVariablesResult(val environmentScope: String? = null, val id: String, val project: String, val variables: List<GetProjectVariablesVariable>)
A collection of values returned by getProjectVariables.
Constructors
Link copied to clipboard
constructor(environmentScope: String? = null, id: String, project: String, variables: List<GetProjectVariablesVariable>)