Class: Google::Apis::ScriptV1::UpdateDeploymentRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ScriptV1::UpdateDeploymentRequest
 
- 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
Request with deployment information to update an existing deployment.
Instance Attribute Summary collapse
- 
  
    
      #deployment_config  ⇒ Google::Apis::ScriptV1::DeploymentConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Metadata the defines how a deployment is configured. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UpdateDeploymentRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateDeploymentRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateDeploymentRequest
Returns a new instance of UpdateDeploymentRequest
| 1087 1088 1089 | # File 'generated/google/apis/script_v1/classes.rb', line 1087 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#deployment_config ⇒ Google::Apis::ScriptV1::DeploymentConfig
Metadata the defines how a deployment is configured.
Corresponds to the JSON property deploymentConfig
| 1085 1086 1087 | # File 'generated/google/apis/script_v1/classes.rb', line 1085 def deployment_config @deployment_config end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1092 1093 1094 | # File 'generated/google/apis/script_v1/classes.rb', line 1092 def update!(**args) @deployment_config = args[:deployment_config] if args.key?(:deployment_config) end |