Show / Hide Table of Contents

Class Promotion

Promotion result.

Inheritance
System.Object
Promotion
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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. See Google WebSearch Protocol reference for more information.

Declaration
[JsonProperty("bodyLines")]
public virtual IList<Promotion.BodyLinesData> BodyLines { get; set; }
Property Value
Type Description
System.Collections.Generic.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HtmlTitle

The title of the promotion, in HTML.

Declaration
[JsonProperty("htmlTitle")]
public virtual string HtmlTitle { get; set; }
Property Value
Type Description
System.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
System.String

Title

The title of the promotion.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top