SiteAddressPropertiesArgs

data class SiteAddressPropertiesArgs(val city: Output<String>? = null, val country: Output<String>? = null, val postalCode: Output<String>? = null, val stateOrProvince: Output<String>? = null, val streetAddress1: Output<String>? = null, val streetAddress2: Output<String>? = null) : ConvertibleToJava<SiteAddressPropertiesArgs>

Site address properties

Constructors

Link copied to clipboard
constructor(city: Output<String>? = null, country: Output<String>? = null, postalCode: Output<String>? = null, stateOrProvince: Output<String>? = null, streetAddress1: Output<String>? = null, streetAddress2: Output<String>? = null)

Properties

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

City of the address

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

Country of the address

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

Postal or ZIP code of the address

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

State or province of the address

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

First line of the street address

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

Second line of the street address

Functions

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