Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoWorkflowParameters

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 is the frontend version of WorkflowParameters. It's exactly like the backend version except that instead of flattening protobuf parameters and treating every field and subfield of a protobuf parameter as a separate parameter, the fields/subfields of a protobuf parameter will be nested as " children" (see 'children' field below) parameters of the parent parameter. Please refer to enterprise/crm/eventbus/proto/workflow_parameters.proto for more information about WorkflowParameters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoWorkflowParameters

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoWorkflowParameters.



5043
5044
5045
# File 'lib/google/apis/integrations_v1/classes.rb', line 5043

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

Instance Attribute Details

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

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



5041
5042
5043
# File 'lib/google/apis/integrations_v1/classes.rb', line 5041

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5048
5049
5050
# File 'lib/google/apis/integrations_v1/classes.rb', line 5048

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