-
insertErrors(type:list(GoogleApi.BigQuery.V2.Model.TableDataInsertAllResponseInsertErrors.t), default:nil) - An array of errors for rows that were not inserted. -
kind(type:String.t, default:bigquery#tableDataInsertAllResponse) - The resource type of the response.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.TableDataInsertAllResponse{
insertErrors: [
GoogleApi.BigQuery.V2.Model.TableDataInsertAllResponseInsertErrors.t()
],
kind: String.t()
}