Class ListProductsResponse
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class ListProductsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The token for the retrieval of the next page of product statuses.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Products
List of the products.
Declaration
[JsonProperty("products")]
public virtual IList<Product> Products { get; set; }
Property Value
Type | Description |
---|---|
IList<Product> |