class Google::Apis::ScriptV1::UpdateDeploymentRequest

Request with deployment information to update an existing deployment.

Attributes

deployment_config[RW]

Metadata the defines how a deployment is configured. Corresponds to the JSON property `deploymentConfig` @return [Google::Apis::ScriptV1::DeploymentConfig]

Public Class Methods

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