Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.3 KB

Banner.md

File metadata and controls

20 lines (16 loc) · 1.3 KB

Com.Sajari.Sdk.Model.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 string The description of the banner, displayed in sub-head font. [optional]
Height int 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 int 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 int The width the banner occupies in grid cells. [optional]

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