class Google::Apis::BigqueryV2::ExplainQueryStep

Attributes

kind[RW]

Machine-readable operation type. Corresponds to the JSON property `kind` @return [String]

substeps[RW]

Human-readable stage descriptions. Corresponds to the JSON property `substeps` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquery_v2/classes.rb, line 2324
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @substeps = args[:substeps] if args.key?(:substeps)
end