Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiConfig
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiConfig
- 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:
Instance Attribute Summary collapse
-
#task_ui_module_configs ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiModuleConfig>
Configurations of included config modules.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiConfig
constructor
A new instance of EnterpriseCrmEventbusProtoTaskUiConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiConfig
Returns a new instance of EnterpriseCrmEventbusProtoTaskUiConfig.
3006 3007 3008 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3006 def initialize(**args) update!(**args) end |
Instance Attribute Details
#task_ui_module_configs ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiModuleConfig>
Configurations of included config modules.
Corresponds to the JSON property taskUiModuleConfigs
3004 3005 3006 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3004 def task_ui_module_configs @task_ui_module_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3011 3012 3013 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3011 def update!(**args) @task_ui_module_configs = args[:task_ui_module_configs] if args.key?(:task_ui_module_configs) end |