![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateAxisLogarithmicScale.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Double
import kotlin.Suppress
/**
*
* @property base The base setup of a logarithmic axis scale.
*/
public data class TemplateAxisLogarithmicScale(
public val base: Double? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateAxisLogarithmicScale): TemplateAxisLogarithmicScale = TemplateAxisLogarithmicScale(
base = javaType.base().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy