Class: Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig

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

Overview

API executable entry point configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleAppsScriptTypeExecutionApiConfig

Returns a new instance of GoogleAppsScriptTypeExecutionApiConfig.



479
480
481
# File 'generated/google/apis/script_v1/classes.rb', line 479

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

Instance Attribute Details

#accessString

Who has permission to run the API executable. Corresponds to the JSON property access

Returns:

  • (String)


477
478
479
# File 'generated/google/apis/script_v1/classes.rb', line 477

def access
  @access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



484
485
486
# File 'generated/google/apis/script_v1/classes.rb', line 484

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