package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. configuration : JobConfiguration.t;
    (*

    [Required] Describes the job configuration.

    *)
  2. etag : string;
    (*

    [Output-only] A hash of this resource.

    *)
  3. id : string;
    (*

    [Output-only] Opaque ID field of the job

    *)
  4. jobReference : JobReference.t;
    (*

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

    *)
  5. kind : string;
    (*

    [Output-only] The type of the resource.

    *)
  6. statistics : JobStatistics.t;
    (*

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

    *)
  7. 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.

    *)
  8. 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