Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters

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

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.



1043
1044
1045
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1043

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

Instance Attribute Details

#parametersArray<Google::Apis::IntegrationsV1alpha::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



1041
1042
1043
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1041

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1048
1049
1050
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1048

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