class Google::Apis::DatastreamV1alpha1::FetchErrorsResponse
Response message for a ‘FetchErrors’ response.
Attributes
errors[RW]
The list of errors on the Stream
. Corresponds to the JSON property ‘errors` @return [Array<Google::Apis::DatastreamV1alpha1::Error>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 414 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 419 def update!(**args) @errors = args[:errors] if args.key?(:errors) end