generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.36.1 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.36.2
- old
+ new
@@ -1100,9 +1100,10 @@
property :read_ratio_max, as: 'readRatioMax'
property :records_read, :numeric_string => true, as: 'recordsRead'
property :records_written, :numeric_string => true, as: 'recordsWritten'
property :shuffle_output_bytes, :numeric_string => true, as: 'shuffleOutputBytes'
property :shuffle_output_bytes_spilled, :numeric_string => true, as: 'shuffleOutputBytesSpilled'
+ property :slot_ms, :numeric_string => true, as: 'slotMs'
property :start_ms, :numeric_string => true, as: 'startMs'
property :status, as: 'status'
collection :steps, as: 'steps', class: Google::Apis::BigqueryV2::ExplainQueryStep, decorator: Google::Apis::BigqueryV2::ExplainQueryStep::Representation
property :wait_ms_avg, :numeric_string => true, as: 'waitMsAvg'