Template Geospatial Coordinate Bounds Args
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>)