ConnectionGatewayReferenceResponse

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
constructor(id: String? = null, location: String? = null, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource reference id

Link copied to clipboard
val location: String? = null

Resource reference location

Link copied to clipboard
val name: String? = null

Resource reference name

Link copied to clipboard
val type: String? = null

Resource reference type