![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.AnalysisGeospatialCoordinateBounds.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Double
import kotlin.Suppress
/**
*
* @property east The longitude of the east bound of the geospatial coordinate bounds.
* @property north The latitude of the north bound of the geospatial coordinate bounds.
* @property south The latitude of the south bound of the geospatial coordinate bounds.
* @property west The longitude of the west bound of the geospatial coordinate bounds.
*/
public data class AnalysisGeospatialCoordinateBounds(
public val east: Double,
public val north: Double,
public val south: Double,
public val west: Double,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.AnalysisGeospatialCoordinateBounds): AnalysisGeospatialCoordinateBounds = AnalysisGeospatialCoordinateBounds(
east = javaType.east(),
north = javaType.north(),
south = javaType.south(),
west = javaType.west(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy