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