ListServiceGroupAncestorsResult

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

Response holding an array of service groups and a nextLink that supports pagination

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

URL to query the next page of results for this request

Link copied to clipboard

Array of service groups based on the request criteria