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