Class ListPublisherConnectionsResponse
A response to a request for listing publisher connections.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class ListPublisherConnectionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve the next page of results. Pass this value in the
ListPublisherConnectionsRequest.pageToken field in the subsequent call to the ListPublisherConnections
method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PublisherConnections
The list of publisher connections.
Declaration
[JsonProperty("publisherConnections")]
public virtual IList<PublisherConnection> PublisherConnections { get; set; }
Property Value
Type | Description |
---|---|
IList<PublisherConnection> |