![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.DashboardBinWidthOptions.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Double
import kotlin.Suppress
/**
*
* @property binCountLimit The options that determine the bin count limit.
* @property value The options that determine the bin width value.
*/
public data class DashboardBinWidthOptions(
public val binCountLimit: Double? = null,
public val `value`: Double? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.DashboardBinWidthOptions): DashboardBinWidthOptions = DashboardBinWidthOptions(
binCountLimit = javaType.binCountLimit().map({ args0 -> args0 }).orElse(null),
`value` = javaType.`value`().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy