-
etag(type:String.t, default:nil) - A hash of this page of results. -
kind(type:String.t, default:bigquery#tableDataList) - The resource type of the response. -
pageToken(type:String.t, default:nil) - A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing. -
rows(type:list(GoogleApi.BigQuery.V2.Model.TableRow.t), default:nil) - Rows of results. -
totalRows(type:String.t, default:nil) - The total number of rows in the complete table.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.TableDataList{
etag: String.t(),
kind: String.t(),
pageToken: String.t(),
rows: [GoogleApi.BigQuery.V2.Model.TableRow.t()],
totalRows: String.t()
}