Show / Hide Table of Contents

Class ProductFeedData

The details of product feed.

Inheritance
object
ProductFeedData
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ProductFeedData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IsFeedDisabled

Whether the product feed has opted-out of showing products.

Declaration
[JsonProperty("isFeedDisabled")]
public virtual bool? IsFeedDisabled { get; set; }
Property Value
Type Description
bool?

ProductMatchDimensions

A list of dimensions used to match products.

Declaration
[JsonProperty("productMatchDimensions")]
public virtual IList<ProductMatchDimension> ProductMatchDimensions { get; set; }
Property Value
Type Description
IList<ProductMatchDimension>

ProductMatchType

How products are selected by the product feed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX