google_api_big_query v0.15.0 GoogleApi.BigQuery.V2.Model.TableDataList View Source
Attributes
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
}
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()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.