Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterMapField
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterMapField
- 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
Field represents either the key or value in an entry.
Instance Attribute Summary collapse
-
#literal_value ⇒ Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType
To support various types of parameter values.
-
#reference_key ⇒ String
Referencing one of the WF variables.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterMapField
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoParameterMapField.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterMapField
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParameterMapField.
4285 4286 4287 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4285 def initialize(**args) update!(**args) end |
Instance Attribute Details
#literal_value ⇒ Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType
To support various types of parameter values. Next available id: 14
Corresponds to the JSON property literalValue
4278 4279 4280 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4278 def literal_value @literal_value end |
#reference_key ⇒ String
Referencing one of the WF variables.
Corresponds to the JSON property referenceKey
4283 4284 4285 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4283 def reference_key @reference_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4290 4291 4292 4293 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4290 def update!(**args) @literal_value = args[:literal_value] if args.key?(:literal_value) @reference_key = args[:reference_key] if args.key?(:reference_key) end |