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. Next Id: 3
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.
1645 1646 1647 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1645 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_field ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField
Information about the value and type of the field. Next Id: 8
Corresponds to the JSON property inputField
1638 1639 1640 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1638 def input_field @input_field end |
#output_field ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField
Information about the value and type of the field. Next Id: 8
Corresponds to the JSON property outputField
1643 1644 1645 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1643 def output_field @output_field end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1650 1651 1652 1653 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1650 def update!(**args) @input_field = args[:input_field] if args.key?(:input_field) @output_field = args[:output_field] if args.key?(:output_field) end |