class Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiEntryPoint
An API executable entry point.
Attributes
entry_point_config[RW]
API executable entry point configuration. Corresponds to the JSON property `entryPointConfig` @return [Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 483 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 488 def update!(**args) @entry_point_config = args[:entry_point_config] if args.key?(:entry_point_config) end