Private Link Service Connection State Response
    data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String, val status: String)
The current state of a private endpoint connection
Constructors
Link copied to clipboard
                fun PrivateLinkServiceConnectionStateResponse(actionsRequired: String? = null, description: String, status: String)