class Google::Apis::AutoscalerV1beta2::Operation::Error
Attributes
errors[RW]
Corresponds to the JSON property `errors` @return [Array<Google::Apis::AutoscalerV1beta2::Operation::Error::Error>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/autoscaler_v1beta2/classes.rb, line 451 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/autoscaler_v1beta2/classes.rb, line 456 def update!(**args) @errors = args[:errors] if args.key?(:errors) end