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.
2993 2994 2995 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2993 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
2991 2992 2993 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2991 def task_ui_module_configs @task_ui_module_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2998 2999 3000 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2998 def update!(**args) @task_ui_module_configs = args[:task_ui_module_configs] if args.key?(:task_ui_module_configs) end |