LocationDataResponse

data class LocationDataResponse(val city: String? = null, val countryOrRegion: String? = null, val district: String? = null, val name: String)

Metadata pertaining to the geographic location of the resource.

Constructors

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

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 countryOrRegion: String? = null

The country or region 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.