package gapi-ocaml

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

    The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID.

    *)
  2. friendlyName : string;
    (*

    A descriptive name for the dataset, if one exists.

    *)
  3. id : string;
    (*

    The fully-qualified, unique, opaque ID of the dataset.

    *)
  4. kind : string;
    (*

    The resource type. This property always returns the value "bigquery#dataset".

    *)
}
val datasetReference : (t, DatasetReference.t) GapiLens.t
val friendlyName : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t