Class Promotion
Promotion result.
Implements
Inherited Members
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Promotion : IDirectResponseSchema
Properties
BodyLines
An array of block objects for this promotion.
Declaration
[JsonProperty("bodyLines")]
public virtual IList<Promotion.BodyLinesData> BodyLines { get; set; }
Property Value
Type | Description |
---|---|
IList<Promotion.BodyLinesData> |
DisplayLink
An abridged version of this search's result URL, e.g. www.example.com.
Declaration
[JsonProperty("displayLink")]
public virtual string DisplayLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HtmlTitle
The title of the promotion, in HTML.
Declaration
[JsonProperty("htmlTitle")]
public virtual string HtmlTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
Image belonging to a promotion.
Declaration
[JsonProperty("image")]
public virtual Promotion.ImageData Image { get; set; }
Property Value
Type | Description |
---|---|
Promotion.ImageData |
Link
The URL of the promotion.
Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of the promotion.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |