Show / Hide Table of Contents

Class ListProductsResponse

Response message for listing products visible to the buyer.

Inheritance
object
ListProductsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX