sig
  type t = { fields : GapiBigqueryV2Model.TableFieldSchema.t list; }
  val fields :
    (GapiBigqueryV2Model.TableSchema.t,
     GapiBigqueryV2Model.TableFieldSchema.t list)
    GapiLens.t
  val empty : GapiBigqueryV2Model.TableSchema.t
  val render :
    GapiBigqueryV2Model.TableSchema.t -> GapiJson.json_data_model list
  val parse :
    GapiBigqueryV2Model.TableSchema.t ->
    GapiJson.json_data_model -> GapiBigqueryV2Model.TableSchema.t
  val to_data_model :
    GapiBigqueryV2Model.TableSchema.t -> GapiJson.json_data_model
  val of_data_model :
    GapiJson.json_data_model -> GapiBigqueryV2Model.TableSchema.t
end