module InsertErrors:sig..end
type t = {
|
errors : |
(* |
Error information for the row indicated by the index property.
| *) |
|
index : |
(* |
The index of the row that error applies to.
| *) |
val errors : (t,
GapiBigqueryV2Model.ErrorProto.t list)
GapiLens.t
val index : (t, int)
GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model ->
t