Show / Hide Table of Contents

Class Collection

The collection message.

Inheritance
object
Collection
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Collection : IDirectResponseSchema

Properties

CustomLabel0

Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns. Custom label

Declaration
[JsonProperty("customLabel0")]
public virtual string CustomLabel0 { get; set; }
Property Value
Type Description
string

CustomLabel1

Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.

Declaration
[JsonProperty("customLabel1")]
public virtual string CustomLabel1 { get; set; }
Property Value
Type Description
string

CustomLabel2

Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.

Declaration
[JsonProperty("customLabel2")]
public virtual string CustomLabel2 { get; set; }
Property Value
Type Description
string

CustomLabel3

Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.

Declaration
[JsonProperty("customLabel3")]
public virtual string CustomLabel3 { get; set; }
Property Value
Type Description
string

CustomLabel4

Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.

Declaration
[JsonProperty("customLabel4")]
public virtual string CustomLabel4 { 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

FeaturedProduct

This identifies one or more products associated with the collection. Used as a lookup to the corresponding product ID in your product feeds. Provide a maximum of 100 featuredProduct (for collections). Provide up to 10 featuredProduct (for Shoppable Images only) with ID and X and Y coordinates. featured_product attribute

Declaration
[JsonProperty("featuredProduct")]
public virtual IList<CollectionFeaturedProduct> FeaturedProduct { get; set; }
Property Value
Type Description
IList<CollectionFeaturedProduct>

Headline

Your collection's name. headline attribute

Declaration
[JsonProperty("headline")]
public virtual IList<string> Headline { get; set; }
Property Value
Type Description
IList<string>

Id

Required. The REST ID of the collection. Content API methods that operate on collections take this as their collectionId parameter. The REST ID for a collection is of the form collectionId. id attribute

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

ImageLink

The URL of a collection’s image. image_link attribute

Declaration
[JsonProperty("imageLink")]
public virtual IList<string> ImageLink { get; set; }
Property Value
Type Description
IList<string>

Language

The language of a collection and the language of any featured products linked to the collection. language attribute

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
string

Link

A collection’s landing page. URL directly linking to your collection's page on your website. link attribute

Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type Description
string

MobileLink

A collection’s mobile-optimized landing page when you have a different URL for mobile and desktop traffic. mobile_link attribute

Declaration
[JsonProperty("mobileLink")]
public virtual string MobileLink { get; set; }
Property Value
Type Description
string

ProductCountry

product_country attribute

Declaration
[JsonProperty("productCountry")]
public virtual string ProductCountry { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX