class Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig

API executable entry point configuration.

Attributes

access[RW]

Who has permission to run the API executable. Corresponds to the JSON property `access` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 464
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 469
def update!(**args)
  @access = args[:access] if args.key?(:access)
end