SiteLocationArgs

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

The location of the site

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

The physical address.

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

The latitude.

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

The longitude.

Functions

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