Class DatafeedsCustomBatchRequestEntry
A batch entry encoding a single non-batch datafeeds request.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class DatafeedsCustomBatchRequestEntry : IDirectResponseSchema
Properties
BatchId
An entry ID, unique within the batch request.
Declaration
[JsonProperty("batchId")]
public virtual long? BatchId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Datafeed
The data feed to insert.
Declaration
[JsonProperty("datafeed")]
public virtual Datafeed Datafeed { get; set; }
Property Value
Type | Description |
---|---|
Datafeed |
DatafeedId
The ID of the data feed to get, delete or fetch.
Declaration
[JsonProperty("datafeedId")]
public virtual ulong? DatafeedId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantId
The ID of the managing account.
Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Method
The method of the batch entry. Acceptable values are: - "delete
" - "fetchNow
" - "get
" - "insert
" -
"update
"
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type | Description |
---|---|
string |