ListControlsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for ListControls method.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The catalog resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
|
page_size |
int
Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. |
page_token |
str
Optional. A page token, received from a previous ListControls call. Provide this to retrieve the
subsequent page.
|
filter |
str
Optional. A filter to apply on the list results. Supported features: - List all the products under the parent branch if filter is unset. - List controls that are used in a single ServingConfig: 'serving_config = "boosted_home_page_cvr"' |