View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListServingConfigsResponse (google_api_retail v0.19.1)
Response for ListServingConfigs method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Pagination token, if not returned indicates the last page. -
servingConfigs
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ServingConfig.t)
, default:nil
) - All the ServingConfigs for a given catalog.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListServingConfigsResponse{ nextPageToken: String.t() | nil, servingConfigs: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ServingConfig.t()] | nil }