Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoIntFunction

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoIntFunction

Returns a new instance of EnterpriseCrmEventbusProtoIntFunction.



1553
1554
1555
# File 'lib/google/apis/integrations_v1/classes.rb', line 1553

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#function_nameString

Corresponds to the JSON property functionName

Returns:

  • (String)


1551
1552
1553
# File 'lib/google/apis/integrations_v1/classes.rb', line 1551

def function_name
  @function_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1558
1559
1560
# File 'lib/google/apis/integrations_v1/classes.rb', line 1558

def update!(**args)
  @function_name = args[:function_name] if args.key?(:function_name)
end