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.



3057
3058
3059
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3057

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



3055
3056
3057
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3055

def task_ui_module_configs
  @task_ui_module_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3062
3063
3064
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3062

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