List List Pending Connection Result
data class ListListPendingConnectionResult(val nextLink: String? = null, val value: List<PendingConnectionResponse>? = null)
The connections list result.
The connections list result.