class Google::Apis::ResourceviewsV1beta2::Operation::Error
- Output Only
-
If errors occurred during processing of this operation, 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::ResourceviewsV1beta2::Operation::Error::Error>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/resourceviews_v1beta2/classes.rb, line 243 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/resourceviews_v1beta2/classes.rb, line 248 def update!(**args) @errors = args[:errors] if args.key?(:errors) end