Class Promotion.BodyLinesData
An array of block objects for this promotion.
Inherited Members
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Promotion.BodyLinesData
Properties
HtmlTitle
The block object's text in HTML, if it has text.
Declaration
[JsonProperty("htmlTitle")]
public virtual string HtmlTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Link
The anchor text of the block object's link, if it has a link.
Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The block object's text, if it has text.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
The URL of the block object's link, if it has one.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |