Private Link Service Connection Response
data class PrivateLinkServiceConnectionResponse(val groupIds: List<String>? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val privateLinkServiceId: String? = null, val requestMessage: String)
A grouping of information about the connection to the remote resource.
Constructors
Link copied to clipboard
fun PrivateLinkServiceConnectionResponse(groupIds: List<String>? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, privateLinkServiceId: String? = null, requestMessage: String)