Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters

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 go/integration-platform/event_bus.md for more details. Next id: 4

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoEventParameters

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoEventParameters.



3875
3876
3877
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3875

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

Instance Attribute Details

#parametersArray<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterEntry>

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



3873
3874
3875
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3873

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3880
3881
3882
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3880

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