
com.pulumi.azurenative.botservice.kotlin.outputs.ServiceProviderParameterResponseConstraints.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.botservice.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
* the constraints of the bot meta data.
* @property required Whether required the constraints of the bot meta data.
*/
public data class ServiceProviderParameterResponseConstraints(
public val required: Boolean? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.botservice.outputs.ServiceProviderParameterResponseConstraints): ServiceProviderParameterResponseConstraints = ServiceProviderParameterResponseConstraints(
required = javaType.required().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy