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.
1505 1506 1507 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1505 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
1498 1499 1500 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1498 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
1503 1504 1505 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1503 def output_field @output_field end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1510 1511 1512 1513 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1510 def update!(**args) @input_field = args[:input_field] if args.key?(:input_field) @output_field = args[:output_field] if args.key?(:output_field) end |