GoogleApi.BigQuery.V2.Model.TableDataList (google_api_big_query v0.63.0) 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
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.