Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiModuleConfig

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 author would use this type to configure a config module.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskUiModuleConfig

Returns a new instance of EnterpriseCrmEventbusProtoTaskUiModuleConfig.



3012
3013
3014
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3012

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

Instance Attribute Details

#module_idString

ID of the config module. Corresponds to the JSON property moduleId

Returns:

  • (String)


3010
3011
3012
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3010

def module_id
  @module_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3017
3018
3019
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3017

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