class Google::Apis::BigqueryV2::CancelJobResponse
Attributes
job[RW]
The final state of the job. Corresponds to the JSON property `job` @return [Google::Apis::BigqueryV2::Job]
kind[RW]
The resource type of the response. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 2960 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 2965 def update!(**args) @job = args[:job] if args.key?(:job) @kind = args[:kind] if args.key?(:kind) end