Show / Hide Table of Contents

Class ListPublisherConnectionsResponse

A response to a request for listing publisher connections.

Inheritance
object
ListPublisherConnectionsResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX