
com.pulumi.azurenative.databricks.kotlin.outputs.WorkspaceCustomObjectParameterResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.databricks.kotlin.outputs
import kotlin.Any
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 WorkspaceCustomObjectParameterResponse(
public val type: String,
public val `value`: Any,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.databricks.outputs.WorkspaceCustomObjectParameterResponse): WorkspaceCustomObjectParameterResponse = WorkspaceCustomObjectParameterResponse(
type = javaType.type(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy