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