Class ListControlsResponse (1.6.0)

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

Response for ListControls method.

Attributes

NameDescription
controls Sequence[google.cloud.retail_v2beta.types.Control]
All the Controls for a given catalog.
next_page_token str
Pagination token, if not returned indicates the last page.

Inheritance

builtins.object > proto.message.Message > ListControlsResponse