View Source GoogleApi.Area120Tables.V1alpha1.Model.ListTablesResponse (google_api_area120_tables v0.8.0)

Response message for TablesService.ListTables.

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.
  • tables (type: list(GoogleApi.Area120Tables.V1alpha1.Model.Table.t), default: nil) - The list of tables.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.ListTablesResponse{
  nextPageToken: String.t() | nil,
  tables: [GoogleApi.Area120Tables.V1alpha1.Model.Table.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.