Class ProductFeedData
The details of product feed.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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 |