Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoStringArrayFunction
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoStringArrayFunction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Instance Attribute Summary collapse
-
#function_name ⇒ String
Corresponds to the JSON property
functionName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoStringArrayFunction
constructor
A new instance of EnterpriseCrmEventbusProtoStringArrayFunction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoStringArrayFunction
Returns a new instance of EnterpriseCrmEventbusProtoStringArrayFunction.
2434 2435 2436 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 2434 def initialize(**args) update!(**args) end |
Instance Attribute Details
#function_name ⇒ String
Corresponds to the JSON property functionName
2432 2433 2434 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 2432 def function_name @function_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2439 2440 2441 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 2439 def update!(**args) @function_name = args[:function_name] if args.key?(:function_name) end |