All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.quicksight.kotlin.outputs.DashboardPercentVisibleRange.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.quicksight.kotlin.outputs

import kotlin.Double
import kotlin.Suppress

/**
 *
 * @property from The lower bound of the range.
 * @property to The top bound of the range.
 */
public data class DashboardPercentVisibleRange(
    public val from: Double? = null,
    public val to: Double? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.DashboardPercentVisibleRange): DashboardPercentVisibleRange = DashboardPercentVisibleRange(
            from = javaType.from().map({ args0 -> args0 }).orElse(null),
            to = javaType.to().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy