Module GapiBigqueryV2Model.Job

type t = {
configuration : JobConfiguration.t;(*

[Required] Describes the job configuration.

*)
etag : string;(*

[Output-only] A hash of this resource.

*)
id : string;(*

[Output-only] Opaque ID field of the job

*)
jobReference : JobReference.t;(*

[Optional] Reference describing the unique-per-user name of the job.

*)
kind : string;(*

[Output-only] The type of the resource.

*)
statistics : JobStatistics.t;(*

[Output-only] Information about the job, including starting time and ending time of the job.

*)
status : JobStatus.t;(*

[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.

*)
user_email : string;(*

[Output-only] Email address of the user who ran the job.

*)
}
val configuration : ( t, JobConfiguration.t ) GapiLens.t
val etag : ( t, string ) GapiLens.t
val id : ( t, string ) GapiLens.t
val jobReference : ( t, JobReference.t ) GapiLens.t
val kind : ( t, string ) GapiLens.t
val statistics : ( t, JobStatistics.t ) GapiLens.t
val status : ( t, JobStatus.t ) GapiLens.t
val user_email : ( t, string ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t