Show / Hide Table of Contents

Class Promotion

Promotion result.

Inheritance
object
Promotion
Implements
IDirectResponseSchema
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 : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX