Documentation for the requested version is not available.Documentation for the requested diff is not available.
SearchResultStyle
SearchResultStyle encapsulates information about the style
of the search results.
Fields
| Field name | Field type | Field description |
| backgroundColor |
string |
The background color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
| borderColor |
string |
The border color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
| faintTextColor |
string |
The faint text color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
| logoBackgroundColor |
string |
The logo background color of this style represented as a 6-digit
hexadecimal string with leading # sign. |
| logoDestUrl |
string |
The URL of the destination when the logo is clicked in the search result. |
| logoHeight |
int |
The height of the logo in the search result. |
| logoPlacement |
LogoPlacement |
The logo placement of the search result.
Values are:
- Top - Logo appears above the box.
- Left - Logo appears on the left the box
|
| logoUrl |
string |
The URL of the logo for the search result. |
| logoWidth |
int |
The width of the logo in the search result. |
| name |
string |
The name of this style. |
| textColor |
string |
The text color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
| titleColor |
string |
The title color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
| urlColor |
string |
The URL color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
| visitedUrlColor |
string |
The visited URL color of this style represented as a 6-digit hexadecimal
string with leading # sign. |