MHSMPrivate Link Service Connection State Response
data class MHSMPrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)
An object that represents the approval state of the private link connection.
Constructors
Link copied to clipboard
fun MHSMPrivateLinkServiceConnectionStateResponse(actionsRequired: String? = null, description: String? = null, status: String? = null)