content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry Class Reference

A batch entry encoding a single non-batch products request. More...

Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< long > BatchId [get, set]
 An entry ID, unique within the batch request. More...
 
virtual System.Nullable< ulong > FeedId [get, set]
 The Content API feed id. More...
 
virtual System.Nullable< ulong > MerchantId [get, set]
 The ID of the managing account. More...
 
virtual string Method [get, set]
 
virtual Product Product [get, set]
 The product to insert. Only required if the method is insert. More...
 
virtual string ProductId [get, set]
 The ID of the product to get or delete. Only defined if the method is get or delete. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A batch entry encoding a single non-batch products request.

Property Documentation

◆ BatchId

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry.BatchId
getset

An entry ID, unique within the batch request.

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry.ETag
getset

The ETag of the item.

◆ FeedId

virtual System.Nullable<ulong> Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry.FeedId
getset

The Content API feed id.

◆ MerchantId

virtual System.Nullable<ulong> Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry.MerchantId
getset

The ID of the managing account.

◆ Product

virtual Product Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry.Product
getset

The product to insert. Only required if the method is insert.

◆ ProductId

virtual string Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchRequestEntry.ProductId
getset

The ID of the product to get or delete. Only defined if the method is get or delete.


The documentation for this class was generated from the following file: