class Google::Apis::BigqueryV2::JobList
Attributes
etag[RW]
A hash of this page of results. Corresponds to the JSON property `etag` @return [String]
jobs[RW]
List of jobs that were requested. Corresponds to the JSON property `jobs` @return [Array<Google::Apis::BigqueryV2::JobList::Job>]
kind[RW]
The resource type of the response. Corresponds to the JSON property `kind` @return [String]
next_page_token[RW]
A token to request the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 3735 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 3740 def update!(**args) @etag = args[:etag] if args.key?(:etag) @jobs = args[:jobs] if args.key?(:jobs) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end