class Google::Apis::ScriptV1::GoogleAppsScriptTypeFunction
Represents a function in a script project.
Attributes
name[RW]
The function name in the script project. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 502 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/script_v1/classes.rb, line 507 def update!(**args) @name = args[:name] if args.key?(:name) end