Class DatafeedstatusesCustomBatchRequest
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class DatafeedstatusesCustomBatchRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
The request entries to be processed in the batch.
Declaration
[JsonProperty("entries")]
public virtual IList<DatafeedstatusesCustomBatchRequestEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
IList<DatafeedstatusesCustomBatchRequestEntry> |