ListCatalogDeviceGroupsResult

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

The response of a DeviceGroup list operation.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to the next page of items

Link copied to clipboard

The DeviceGroup items on this page