Get Connection Gateway Result
data class GetConnectionGatewayResult(val etag: String? = null, val id: String, val location: String? = null, val name: String, val properties: ConnectionGatewayDefinitionResponseProperties, val tags: Map<String, String>? = null, val type: String)
The gateway definition
Constructors
Link copied to clipboard
fun GetConnectionGatewayResult(etag: String? = null, id: String, location: String? = null, name: String, properties: ConnectionGatewayDefinitionResponseProperties, tags: Map<String, String>? = null, type: String)