![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.DashboardCalculatedField.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property dataSetIdentifier The data set that is used in this calculated field.
* @property expression The expression of the calculated field.
* @property name The name of the calculated field.
*/
public data class DashboardCalculatedField(
public val dataSetIdentifier: String,
public val expression: String,
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.DashboardCalculatedField): DashboardCalculatedField = DashboardCalculatedField(
dataSetIdentifier = javaType.dataSetIdentifier(),
expression = javaType.expression(),
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy