module Datasets:sig..end
type t = {
|
datasetReference : |
(* |
The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID.
| *) |
|
friendlyName : |
(* |
A descriptive name for the dataset, if one exists.
| *) |
|
id : |
(* |
The fully-qualified, unique, opaque ID of the dataset.
| *) |
|
kind : |
(* |
The resource type. This property always returns the value "bigquery#dataset".
| *) |
val datasetReference : (t,
GapiBigqueryV2Model.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