AnalysisGeospatialCoordinateBoundsArgs

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

Constructors

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

Functions

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

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>