Class: Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig
- Inherits:
-
Object
- Object
- Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig
- 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
-
#access ⇒ String
Who has permission to run the API executable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsScriptTypeExecutionApiConfig
constructor
A new instance of GoogleAppsScriptTypeExecutionApiConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleAppsScriptTypeExecutionApiConfig
Returns a new instance of GoogleAppsScriptTypeExecutionApiConfig
467 468 469 |
# File 'generated/google/apis/script_v1/classes.rb', line 467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access ⇒ String
Who has permission to run the API executable.
Corresponds to the JSON property access
465 466 467 |
# File 'generated/google/apis/script_v1/classes.rb', line 465 def access @access end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
472 473 474 |
# File 'generated/google/apis/script_v1/classes.rb', line 472 def update!(**args) @access = args[:access] if args.key?(:access) end |