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.
3065 3066 3067 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3065 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
3058 3059 3060 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3058 def initial_value @initial_value end |
#transformation_functions ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoFunction>
Transformations to be applied sequentially.
Corresponds to the JSON property transformationFunctions
3063 3064 3065 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3063 def transformation_functions @transformation_functions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3070 3071 3072 3073 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3070 def update!(**args) @initial_value = args[:initial_value] if args.key?(:initial_value) @transformation_functions = args[:transformation_functions] if args.key?(:transformation_functions) end |