Location Data Args
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.