Class ListServingConfigsResponse (1.10.0)

ListServingConfigsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for ListServingConfigs method.

Attributes

NameDescription
serving_configs Sequence[google.cloud.retail_v2.types.ServingConfig]
All the ServingConfigs for a given catalog.
next_page_token str
Pagination token, if not returned indicates the last page.

Inheritance

builtins.object > proto.message.Message > ListServingConfigsResponse