Show / Hide Table of Contents

Class BatchRejectPublisherConnectionsResponse

A response for the request to reject a batch of publisher connections.

Inheritance
object
BatchRejectPublisherConnectionsResponse
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 BatchRejectPublisherConnectionsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PublisherConnections

The publisher connections that have been rejected.

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