ListGitLabSubgroupResult

data class ListGitLabSubgroupResult(val nextLink: String? = null, val value: List<GitLabGroupResponse>? = null)

List of RP resources which supports pagination.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<GitLabGroupResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Gets or sets next link to scroll over the results.

Link copied to clipboard

Gets or sets list of resources.