class Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error
Output only. If errors are generated during update of the resource, this field will be populated.
Attributes
errors[RW]
- Output Only
-
The array of errors encountered while processing this operation.
Corresponds to the JSON property `errors` @return [Array<Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Error>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_v2/classes.rb, line 1380 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/deploymentmanager_v2/classes.rb, line 1385 def update!(**args) @errors = args[:errors] if args.key?(:errors) end