GoogleApi.BigQuery.V2.Model.TableDataList (google_api_big_query v0.88.0)
View SourceAttributes
-
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) - Total rows of the entire table. In order to show default value 0 we have to present it as string.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.TableDataList{ etag: String.t() | nil, kind: String.t() | nil, pageToken: String.t() | nil, rows: [GoogleApi.BigQuery.V2.Model.TableRow.t()] | nil, totalRows: String.t() | nil }