class Google::Apis::DatastreamV1alpha1::ValidationResult
Contains the current validation results.
Attributes
validations[RW]
A list of validations (includes both executed as well as not executed validations). Corresponds to the JSON property ‘validations` @return [Array<Google::Apis::DatastreamV1alpha1::Validation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 2018 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 2023 def update!(**args) @validations = args[:validations] if args.key?(:validations) end