class Google::Apis::DatastreamV1::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::DatastreamV1::Validation>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datastream_v1/classes.rb, line 2011
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_v1/classes.rb, line 2016
def update!(**args)
  @validations = args[:validations] if args.key?(:validations)
end