Connection Gateway Reference Response
data class ConnectionGatewayReferenceResponse(val id: String? = null, val location: String? = null, val name: String? = null, val type: String? = null)
The gateway installation reference
Constructors
Link copied to clipboard
fun ConnectionGatewayReferenceResponse(id: String? = null, location: String? = null, name: String? = null, type: String? = null)