Name | Type | Description | Notes |
---|---|---|---|
collection_id | string | Output only. The ID of the collection that owns this redirect. | [optional] [readonly] |
condition | string | A condition expression applied to a search request that determines whether a search is redirected. For example, to redirect if the user's query is `apples`, set condition to `q = 'apples'`. | |
create_time | \DateTime | Output only. Time the redirect was created. | [optional] [readonly] |
disabled | bool | If disabled, the redirect is never triggered. | [optional] |
id | string | Output only. The redirect's ID. | [optional] [readonly] |
target | string | The target to redirect the user to if their query matches `condition`. For searches performed in a browser, target is usually a URL but it can be any value that your integration can interpret as a redirect. For example, for URLs that you need to resolve at runtime, target might be a URL template string. For apps, target might be a unique identifier used to send the user to the correct view. | |
update_time | \DateTime | Output only. Time the redirect was last updated. | [optional] [readonly] |