
com.pulumi.azurenative.databricks.kotlin.outputs.WorkspaceCustomBooleanParameterResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.databricks.kotlin.outputs
import kotlin.Boolean
import kotlin.String
import kotlin.Suppress
/**
* The value which should be used for this field.
* @property type The type of variable that this is
* @property value The value which should be used for this field.
*/
public data class WorkspaceCustomBooleanParameterResponse(
public val type: String,
public val `value`: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.databricks.outputs.WorkspaceCustomBooleanParameterResponse): WorkspaceCustomBooleanParameterResponse = WorkspaceCustomBooleanParameterResponse(
type = javaType.type(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy