DashboardGeospatialCoordinateBoundsArgs

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

Constructors

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

Functions

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

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>