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