ListMobileNetworkSimGroupsResult

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

Response for list SIM groups API service call.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to get the next set of results.

Link copied to clipboard

A list of SIM groups in a resource group.