Show / Hide Table of Contents

Class Promotion.BodyLinesData

An array of block objects for this promotion.

Inheritance
object
Promotion.BodyLinesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX