Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventParameters
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventParameters
- 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
-
#parameters ⇒ Array<Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry>
Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoEventParameters
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoEventParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoEventParameters
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoEventParameters.
4029 4030 4031 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parameters ⇒ Array<Google::Apis::IntegrationsV1::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
4027 4028 4029 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4027 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4034 4035 4036 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4034 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end |