Class: Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiEntryPoint
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiEntryPoint
 
- 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
An API executable entry point.
Instance Attribute Summary collapse
- 
  
    
      #entry_point_config  ⇒ Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    API executable entry point configuration. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleAppsScriptTypeExecutionApiEntryPoint 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleAppsScriptTypeExecutionApiEntryPoint. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleAppsScriptTypeExecutionApiEntryPoint
Returns a new instance of GoogleAppsScriptTypeExecutionApiEntryPoint
| 486 487 488 | # File 'generated/google/apis/script_v1/classes.rb', line 486 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#entry_point_config ⇒ Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig
API executable entry point configuration.
Corresponds to the JSON property entryPointConfig
| 484 485 486 | # File 'generated/google/apis/script_v1/classes.rb', line 484 def entry_point_config @entry_point_config end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 491 492 493 | # File 'generated/google/apis/script_v1/classes.rb', line 491 def update!(**args) @entry_point_config = args[:entry_point_config] if args.key?(:entry_point_config) end |