SiteLocationArgs

data class SiteLocationArgs(val address: Output<String>? = null, val latitude: Output<String>? = null, val longitude: Output<String>? = null) : ConvertibleToJava<SiteLocationArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, latitude: Output<String>? = null, longitude: Output<String>? = null)

Properties

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

Address of the location.

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

Latitude of the location.

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

Longitude of the location.

Functions

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