TableList.Tables
type t = {
friendlyName : string;
The user-friendly name for this table.
*)id : string;
An opaque ID of the table
*)kind : string;
The resource type.
*)tableReference : TableReference.t;
A reference uniquely identifying the table.
*)_type : string;
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, 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