Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoMappedField
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoMappedField
- 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
Mapped field is a pair of input field and output field.
Instance Attribute Summary collapse
-
#input_field ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField
Information about the value and type of the field.
-
#output_field ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField
Information about the value and type of the field.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoMappedField
constructor
A new instance of EnterpriseCrmEventbusProtoMappedField.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoMappedField
Returns a new instance of EnterpriseCrmEventbusProtoMappedField.
1552 1553 1554 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1552 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_field ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField
Information about the value and type of the field.
Corresponds to the JSON property inputField
1545 1546 1547 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1545 def input_field @input_field end |
#output_field ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField
Information about the value and type of the field.
Corresponds to the JSON property outputField
1550 1551 1552 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1550 def output_field @output_field end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1557 1558 1559 1560 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1557 def update!(**args) @input_field = args[:input_field] if args.key?(:input_field) @output_field = args[:output_field] if args.key?(:output_field) end |