GatewayLocationData

data class GatewayLocationData(val city: String? = null, val district: String? = null, val name: String, val region: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val city: String? = null

The city or locality where the resource is located.

Link copied to clipboard
val district: String? = null

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

Link copied to clipboard

A canonical name for the geographic or physical location.

Link copied to clipboard
val region: String? = null

The country or region where the resource is located.