Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.46 KB

Banner.md

File metadata and controls

22 lines (17 loc) · 1.46 KB

Banner

A synthetic search result that renders as an image. It takes a user to a pre-determined location when clicked.

Properties

Name Type Description Notes
description str The description of the banner, displayed in sub-head font. [optional]
height int The height the banner occupies in grid cells. [optional]
id str The ID of the banner, used to identify clicked banners. [optional]
image_url str The URL of the image used for the banner. [optional]
position int The 1-based index indicating where the banner appears in search results. [optional]
target_url str The URL to redirect the user to when the banner is clicked. [optional]
text_color str The color of the text as a hex code with a # prefix, e.g. #FFCC00 or #FC0. [optional]
text_position TextPosition [optional]
title str The title of the banner, displayed in header font. [optional]
width int The width the banner occupies in grid cells. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]