class Google::Apis::DeploymentmanagerV2beta2::DeploymentUpdate

Attributes

errors[RW]
Output Only

List of all errors encountered while trying to enact the update.

Corresponds to the JSON property `errors` @return [Array<String>]

manifest[RW]
Output Only

URL of the manifest representing the update configuration of

this deployment. Corresponds to the JSON property `manifest` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 150
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 155
def update!(**args)
  @errors = args[:errors] unless args[:errors].nil?
  @manifest = args[:manifest] unless args[:manifest].nil?
end