GoogleApi.Area120Tables.V1alpha1.Model.ListTablesResponse (google_api_area120_tables v0.6.0) View Source
Response message for TablesService.ListTables.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_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.
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.ListTablesResponse{ nextPageToken: String.t() | nil, tables: [GoogleApi.Area120Tables.V1alpha1.Model.Table.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.