Module DatasetList.Datasets

type t = {
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.

*)
friendlyName : string;(*

A descriptive name for the dataset, if one exists.

*)
id : string;(*

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

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