GetGatewayLocationData

data class GetGatewayLocationData(val city: String, val district: String, val name: String, val region: String)

Constructors

Link copied to clipboard
constructor(city: String, district: String, name: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The city or locality where the resource is located.

Link copied to clipboard

The district, state, or province where the resource is located.

Link copied to clipboard

The name of the API Management Gateway.

Link copied to clipboard