A synthetic search result that renders as an image. It takes a user to a pre-determined location when clicked.
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | The description of the banner, displayed in sub-head font. | [optional] |
| height | Integer | The height the banner occupies in grid cells. | [optional] |
| id | String | The ID of the banner, used to identify clicked banners. | [optional] |
| imageUrl | String | The URL of the image used for the banner. | [optional] |
| position | Integer | The 1-based index indicating where the banner appears in search results. | [optional] |
| targetUrl | String | The URL to redirect the user to when the banner is clicked. | [optional] |
| textColor | String | The color of the text as a hex code with a # prefix, e.g. #FFCC00 or #FC0. | [optional] |
| textPosition | TextPosition | [optional] | |
| title | String | The title of the banner, displayed in header font. | [optional] |
| width | Integer | The width the banner occupies in grid cells. | [optional] |