Class ListBiddersResponse
A response containing bidders.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class ListBiddersResponse : IDirectResponseSchema
Properties
Bidders
List of bidders.
Declaration
[JsonProperty("bidders")]
public virtual IList<Bidder> Bidders { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Bidder> |
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 ListBidders method to retrieve the next page of
results in ListBiddersRequest.pageToken.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |