Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters
- 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
-
#parameters ⇒ Array<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.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoEventParameters
constructor
A new instance of EnterpriseCrmEventbusProtoEventParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoEventParameters
Returns a new instance of EnterpriseCrmEventbusProtoEventParameters.
994 995 996 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 994 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parameters ⇒ Array<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
992 993 994 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 992 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
999 1000 1001 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 999 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end |