Git Lab Group Response
data class GitLabGroupResponse(val id: String, val name: String, val properties: GitLabGroupPropertiesResponse? = null, val systemData: SystemDataResponse, val type: String)
GitLab Group resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: GitLabGroupPropertiesResponse? = null, systemData: SystemDataResponse, type: String)