View Source GoogleApi.BigLake.V1.Model.ListTablesResponse (google_api_big_lake v0.2.0)
Response message for the ListTables method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
tables(type:list(GoogleApi.BigLake.V1.Model.Table.t), default:nil) - The tables from the specified database.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigLake.V1.Model.ListTablesResponse{ nextPageToken: String.t() | nil, tables: [GoogleApi.BigLake.V1.Model.Table.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.