google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.TableDataList View Source
Attributes
- etag (String.t): A hash of this page of results. Defaults to
nil
. - kind (String.t): The resource type of the response. Defaults to
bigquery#tableDataList
. - pageToken (String.t): 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. Defaults to
nil
. - rows (list(GoogleApi.BigQuery.V2.Model.TableRow.t)): Rows of results. Defaults to
nil
. - totalRows (String.t): The total number of rows in the complete table. Defaults to
nil
.
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.