Class GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
Merchant Center Feed filter criterion.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryFeedId
Merchant Center primary feed ID.
Declaration
[JsonProperty("primaryFeedId")]
public virtual long? PrimaryFeedId { get; set; }
Property Value
Type | Description |
---|---|
long? |
PrimaryFeedName
Merchant Center primary feed name. The name is used for the display purposes only.
Declaration
[JsonProperty("primaryFeedName")]
public virtual string PrimaryFeedName { get; set; }
Property Value
Type | Description |
---|---|
string |