Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoProtoArrayFunction
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoProtoArrayFunction
- 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
-
#function_name ⇒ String
Corresponds to the JSON property
functionName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoProtoArrayFunction
constructor
A new instance of EnterpriseCrmEventbusProtoProtoArrayFunction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoProtoArrayFunction
Returns a new instance of EnterpriseCrmEventbusProtoProtoArrayFunction.
2097 2098 2099 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2097 def initialize(**args) update!(**args) end |
Instance Attribute Details
#function_name ⇒ String
Corresponds to the JSON property functionName
2095 2096 2097 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2095 def function_name @function_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2102 2103 2104 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2102 def update!(**args) @function_name = args[:function_name] if args.key?(:function_name) end |