class Google::Apis::DataflowV1b3::QueryInfo

Information about a validated query.

Attributes

query_property[RW]

Includes an entry for each satisfied QueryProperty. Corresponds to the JSON property `queryProperty` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 3663
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataflow_v1b3/classes.rb, line 3668
def update!(**args)
  @query_property = args[:query_property] if args.key?(:query_property)
end