TemplateGeospatialCoordinateBoundsArgs

data class TemplateGeospatialCoordinateBoundsArgs(val east: Output<Double>, val north: Output<Double>, val south: Output<Double>, val west: Output<Double>) : ConvertibleToJava<TemplateGeospatialCoordinateBoundsArgs>

Constructors

Link copied to clipboard
fun TemplateGeospatialCoordinateBoundsArgs(east: Output<Double>, north: Output<Double>, south: Output<Double>, west: Output<Double>)

Functions

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

Properties

Link copied to clipboard
val east: Output<Double>
Link copied to clipboard
val north: Output<Double>
Link copied to clipboard
val south: Output<Double>
Link copied to clipboard
val west: Output<Double>