ListMobileNetworkSimIdsResult

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

Response for list SIM IDs API service call.

Constructors

Link copied to clipboard
constructor(nextLink: String, value: List<SubResourceResponse>? = 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 IDs.