Class: Google::Apis::ScriptV1::UpdateDeploymentRequest

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

Overview

Request with deployment information to update an existing deployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateDeploymentRequest

Returns a new instance of UpdateDeploymentRequest.



1012
1013
1014
# File 'lib/google/apis/script_v1/classes.rb', line 1012

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

Instance Attribute Details

#deployment_configGoogle::Apis::ScriptV1::DeploymentConfig

Metadata the defines how a deployment is configured. Corresponds to the JSON property deploymentConfig



1010
1011
1012
# File 'lib/google/apis/script_v1/classes.rb', line 1010

def deployment_config
  @deployment_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1017
1018
1019
# File 'lib/google/apis/script_v1/classes.rb', line 1017

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