List Git Lab Group Available Result
data class ListGitLabGroupAvailableResult(val nextLink: String? = null, val value: List<GitLabGroupResponse>? = null)
List of RP resources which supports pagination.
Constructors
Link copied to clipboard
fun ListGitLabGroupAvailableResult(nextLink: String? = null, value: List<GitLabGroupResponse>? = null)