Class ListBuyersResponse
A response containing buyer account information.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class ListBuyersResponse : IDirectResponseSchema
Properties
Buyers
List of buyers.
Declaration
[JsonProperty("buyers")]
public virtual IList<Buyer> Buyers { get; set; }
Property Value
Type | Description |
---|---|
IList<Buyer> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token which can be passed to a subsequent call to the ListBuyers
method to retrieve the next page of
results in ListBuyersRequest.pageToken.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |