google_api_bigtable_admin v0.12.1 GoogleApi.BigtableAdmin.V2.Model.ListTablesResponse View Source

Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables

Attributes

  • nextPageToken (type: String.t, default: nil) - Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.
  • tables (type: list(GoogleApi.BigtableAdmin.V2.Model.Table.t), default: nil) - The tables present in the requested instance.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.ListTablesResponse{
  nextPageToken: String.t(),
  tables: [GoogleApi.BigtableAdmin.V2.Model.Table.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.