Class GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed
Merchant ID and Feed Label from Google Merchant Center.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FeedLabel
Optional. Feed Label from Google Merchant Center.
Declaration
[JsonProperty("feedLabel")]
public virtual string FeedLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MerchantId
Required. Merchant ID from Google Merchant Center
Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |