Class ListProductsResponse
Response message for listing products visible to the buyer.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.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
List pagination support.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Products
The list of matching products at their head revision number.
Declaration
[JsonProperty("products")]
public virtual IList<Product> Products { get; set; }
Property Value
Type | Description |
---|---|
IList<Product> |