GoogleApi.Area120Tables.V1alpha1.Model.ListRowsResponse (google_api_area120_tables v0.5.1) View Source

Response message for TablesService.ListRows.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.
  • rows (type: list(GoogleApi.Area120Tables.V1alpha1.Model.Row.t), default: nil) - The rows from the specified table.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Area120Tables.V1alpha1.Model.ListRowsResponse{
  nextPageToken: String.t() | nil,
  rows: [GoogleApi.Area120Tables.V1alpha1.Model.Row.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.