Private Link Service Connection State Response
data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)
Response for Private Link Service Connection state
Constructors
Link copied to clipboard
fun PrivateLinkServiceConnectionStateResponse(actionsRequired: String? = null, description: String? = null, status: String? = null)