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.
3056 3057 3058 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3056 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
3049 3050 3051 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3049 def initial_value @initial_value end |
#transformation_functions ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoFunction>
Transformations to be applied sequentially.
Corresponds to the JSON property transformationFunctions
3054 3055 3056 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3054 def transformation_functions @transformation_functions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3061 3062 3063 3064 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3061 def update!(**args) @initial_value = args[:initial_value] if args.key?(:initial_value) @transformation_functions = args[:transformation_functions] if args.key?(:transformation_functions) end |