Module GapiBigqueryV2Model.TableList.Tables

module Tables: sig .. end

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 : GapiBigqueryV2Model.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,
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