ListListPendingConnectionResult

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

The connections list result.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link to next results

Link copied to clipboard

Connections array.