Module GapiBigqueryV2Model.TableRow
type t={f : TableCell.t list;Represents a single row in the result set, consisting of one or more fields.
}
val f : (t, TableCell.t list) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t