Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/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: go/integration-platform-config-module- framework

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiConfig

Returns a new instance of EnterpriseCrmEventbusProtoTaskUiConfig.



2923
2924
2925
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2923

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

Instance Attribute Details

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

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



2921
2922
2923
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2921

def task_ui_module_configs
  @task_ui_module_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2928
2929
2930
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2928

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