ListMonitorLinkedResourcesResult

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

Response of a list operation.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link to the next set of results, if any.

Link copied to clipboard

Results of a list operation.