EnterpriseCrmEventbusProtoTaskUiConfigArgs

data class EnterpriseCrmEventbusProtoTaskUiConfigArgs(val taskUiModuleConfigs: Output<List<EnterpriseCrmEventbusProtoTaskUiModuleConfigArgs>>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoTaskUiConfigArgs>

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:

Constructors

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoTaskUiConfigArgs

Properties

Link copied to clipboard

Configurations of included config modules.