Enterprise Crm Eventbus Proto Task Ui Config Args
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
Link copied to clipboard
fun EnterpriseCrmEventbusProtoTaskUiConfigArgs(taskUiModuleConfigs: Output<List<EnterpriseCrmEventbusProtoTaskUiModuleConfigArgs>>? = null)