Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTransformExpression
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTransformExpression
- 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
Instance Attribute Summary collapse
-
#initial_value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBaseValue
Initial value upon which to perform transformations.
-
#transformation_functions ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoFunction>
Transformations to be applied sequentially.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTransformExpression
constructor
A new instance of EnterpriseCrmEventbusProtoTransformExpression.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTransformExpression
Returns a new instance of EnterpriseCrmEventbusProtoTransformExpression.
3199 3200 3201 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3199 def initialize(**args) update!(**args) end |
Instance Attribute Details
#initial_value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBaseValue
Initial value upon which to perform transformations.
Corresponds to the JSON property initialValue
3192 3193 3194 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3192 def initial_value @initial_value end |
#transformation_functions ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoFunction>
Transformations to be applied sequentially.
Corresponds to the JSON property transformationFunctions
3197 3198 3199 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3197 def transformation_functions @transformation_functions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3204 3205 3206 3207 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3204 def update!(**args) @initial_value = args[:initial_value] if args.key?(:initial_value) @transformation_functions = args[:transformation_functions] if args.key?(:transformation_functions) end |