Private Link Connection State Response
data class PrivateLinkConnectionStateResponse(val actionsRequired: String, val description: String, val status: String)
A collection of read-only information about the state of the connection to the private remote resource.
Constructors
Link copied to clipboard
fun PrivateLinkConnectionStateResponse(actionsRequired: String, description: String, status: String)