Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskUiConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Overview

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:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiConfig

Returns a new instance of EnterpriseCrmEventbusProtoTaskUiConfig.



3138
3139
3140
# File 'lib/google/apis/integrations_v1/classes.rb', line 3138

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#task_ui_module_configsArray<Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskUiModuleConfig>

Configurations of included config modules. Corresponds to the JSON property taskUiModuleConfigs



3136
3137
3138
# File 'lib/google/apis/integrations_v1/classes.rb', line 3136

def task_ui_module_configs
  @task_ui_module_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3143
3144
3145
# File 'lib/google/apis/integrations_v1/classes.rb', line 3143

def update!(**args)
  @task_ui_module_configs = args[:task_ui_module_configs] if args.key?(:task_ui_module_configs)
end