sig
  type t = {
    friendlyName : string;
    id : string;
    kind : string;
    tableReference : GapiBigqueryV2Model.TableReference.t;
    _type : string;
  }
  val friendlyName :
    (GapiBigqueryV2Model.TableList.Tables.t, string) GapiLens.t
  val id : (GapiBigqueryV2Model.TableList.Tables.t, string) GapiLens.t
  val kind : (GapiBigqueryV2Model.TableList.Tables.t, string) GapiLens.t
  val tableReference :
    (GapiBigqueryV2Model.TableList.Tables.t,
     GapiBigqueryV2Model.TableReference.t)
    GapiLens.t
  val _type : (GapiBigqueryV2Model.TableList.Tables.t, string) GapiLens.t
  val empty : GapiBigqueryV2Model.TableList.Tables.t
  val render :
    GapiBigqueryV2Model.TableList.Tables.t -> GapiJson.json_data_model list
  val parse :
    GapiBigqueryV2Model.TableList.Tables.t ->
    GapiJson.json_data_model -> GapiBigqueryV2Model.TableList.Tables.t
end