Private Link Service Connection State Property Response
data class PrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String? = null, val status: String? = null)
Connection State of the Private Endpoint Connection.
Constructors
Link copied to clipboard
fun PrivateLinkServiceConnectionStatePropertyResponse(actionsRequired: String, description: String? = null, status: String? = null)