View Source GoogleApi.BigLake.V1.Model.ListCatalogsResponse (google_api_big_lake v0.2.0)
Response message for the ListCatalogs method.
Attributes
-
catalogs
(type:list(GoogleApi.BigLake.V1.Model.Catalog.t)
, default:nil
) - The catalogs from the specified project. -
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.ListCatalogsResponse{ catalogs: [GoogleApi.BigLake.V1.Model.Catalog.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.