module Tables:sig..end
type t = {
|
friendlyName : |
(* |
The user-friendly name for this table.
| *) |
|
id : |
(* |
An opaque ID of the table
| *) |
|
kind : |
(* |
The resource type.
| *) |
|
tableReference : |
(* |
A reference uniquely identifying the table.
| *) |
|
_type : |
(* |
The type of table. Possible values are: TABLE, VIEW.
| *) |
val friendlyName : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val tableReference : (t,
GapiBigqueryV2Model.TableReference.t)
GapiLens.t
val _type : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t