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 generated/google/apis/bigquery_v2/classes.rb, line 678 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/bigquery_v2/classes.rb, line 683 def update!(**args) @kind = args[:kind] if args.key?(:kind) @substeps = args[:substeps] if args.key?(:substeps) end