ListConnectionAllModelsResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to the next page constructed using the continuationToken. If null, there are no additional pages.

Link copied to clipboard

List of models.