Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskUiModuleConfig
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskUiModuleConfig
- 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 author would use this type to configure a config module.
Instance Attribute Summary collapse
-
#module_id ⇒ String
ID of the config module.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiModuleConfig
constructor
A new instance of EnterpriseCrmEventbusProtoTaskUiModuleConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiModuleConfig
Returns a new instance of EnterpriseCrmEventbusProtoTaskUiModuleConfig.
3157 3158 3159 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3157 def initialize(**args) update!(**args) end |
Instance Attribute Details
#module_id ⇒ String
ID of the config module.
Corresponds to the JSON property moduleId
3155 3156 3157 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3155 def module_id @module_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3162 3163 3164 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3162 def update!(**args) @module_id = args[:module_id] if args.key?(:module_id) end |