Class ProductstatusesCustomBatchRequestEntry
A batch entry encoding a single non-batch productstatuses request.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductstatusesCustomBatchRequestEntry : 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? |
Destinations
If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
Declaration
[JsonProperty("destinations")]
public virtual IList<string> Destinations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeAttributes
Deprecated: Setting this field has no effect and attributes are never included.
Declaration
[JsonProperty("includeAttributes")]
public virtual bool? IncludeAttributes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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: - "get
"
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
The ID of the product whose status to get.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |