Get Gateway Result
data class GetGatewayResult(val description: String? = null, val id: String, val locationData: ResourceLocationDataContractResponse? = null, val name: String, val type: String)
Gateway details.
Constructors
Link copied to clipboard
constructor(description: String? = null, id: String, locationData: ResourceLocationDataContractResponse? = null, name: String, type: String)