GatewayLocationDataArgs

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

Constructors

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

Properties

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

The city or locality 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.

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

The country or region where the resource is located.

Functions

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