View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListCatalogsResponse (google_api_retail v0.19.1)
Response for CatalogService.ListCatalogs method.
Attributes
-
catalogs
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Catalog.t)
, default:nil
) - All the customer's Catalogs. -
nextPageToken
(type:String.t
, default:nil
) - A token that can be sent as ListCatalogsRequest.page_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.Retail.V2.Model.GoogleCloudRetailV2ListCatalogsResponse{ catalogs: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Catalog.t()] | nil, nextPageToken: String.t() | nil }