Class: Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiEntryPoint

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/script_v1/classes.rb,
lib/google/apis/script_v1/representations.rb,
lib/google/apis/script_v1/representations.rb

Overview

An API executable entry point.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsScriptTypeExecutionApiEntryPoint

Returns a new instance of GoogleAppsScriptTypeExecutionApiEntryPoint.



482
483
484
# File 'lib/google/apis/script_v1/classes.rb', line 482

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

Instance Attribute Details

#entry_point_configGoogle::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig

API executable entry point configuration. Corresponds to the JSON property entryPointConfig



480
481
482
# File 'lib/google/apis/script_v1/classes.rb', line 480

def entry_point_config
  @entry_point_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



487
488
489
# File 'lib/google/apis/script_v1/classes.rb', line 487

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