class Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Error

Errors that occurred during the instance update.

Attributes

errors[RW]
Output Only

The array of errors encountered while processing this operation.

Corresponds to the JSON property `errors` @return [Array<Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Error::Error>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/replicapoolupdater_v1beta1/classes.rb, line 79
def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
end