class Google::Apis::SqladminV1beta4::OperationErrors
Database instance operation errors list wrapper.
Attributes
errors[RW]
The list of errors encountered while processing this operation. Corresponds to the JSON property `errors` @return [Array<Google::Apis::SqladminV1beta4::OperationError>]
kind[RW]
This is always sql#operationErrors. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1429 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1434 def update!(**args) @errors = args[:errors] if args.key?(:errors) @kind = args[:kind] if args.key?(:kind) end