package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module DatasetList.DatasetsSource

Sourcetype 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".

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

Innovation. Community. Security.