LocationDataArgs

data class LocationDataArgs(val city: Output<String>? = null, val countryOrRegion: Output<String>? = null, val district: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<LocationDataArgs>

Metadata pertaining to the geographic location of the resource.

Constructors

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

Properties

Link copied to clipboard
val city: Output<String>? = null

The city or locality where the resource is located.

Link copied to clipboard
val countryOrRegion: Output<String>? = null

The country or region where the resource is located

Link copied to clipboard
val district: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>

A canonical name for the geographic or physical location.

Functions

Link copied to clipboard
open override fun toJava(): LocationDataArgs