Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters

Inherits:
Object
  • Object
show all
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

LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoEventParameters

Returns a new instance of EnterpriseCrmEventbusProtoEventParameters.



1179
1180
1181
# File 'lib/google/apis/integrations_v1/classes.rb', line 1179

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

Instance Attribute Details

#parametersArray<Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoParameterEntry>

Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution. Corresponds to the JSON property parameters



1177
1178
1179
# File 'lib/google/apis/integrations_v1/classes.rb', line 1177

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1184
1185
1186
# File 'lib/google/apis/integrations_v1/classes.rb', line 1184

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