
com.pulumi.googlenative.integrations.v1alpha.kotlin.outputs.EnterpriseCrmEventbusProtoTaskUiConfigResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.integrations.v1alpha.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
* Task authors would use this type to configure the UI for a particular task by specifying what UI config modules should be included to compose the UI. Learn more about config module framework:
* @property taskUiModuleConfigs Configurations of included config modules.
*/
public data class EnterpriseCrmEventbusProtoTaskUiConfigResponse(
public val taskUiModuleConfigs: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.integrations.v1alpha.outputs.EnterpriseCrmEventbusProtoTaskUiConfigResponse): EnterpriseCrmEventbusProtoTaskUiConfigResponse =
EnterpriseCrmEventbusProtoTaskUiConfigResponse(
taskUiModuleConfigs = javaType.taskUiModuleConfigs().map({ args0 ->
args0.let({ args0 ->
com.pulumi.googlenative.integrations.v1alpha.kotlin.outputs.EnterpriseCrmEventbusProtoTaskUiModuleConfigResponse.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy