Class BatchApprovePublisherConnectionsResponse
A response for the request to approve a batch of publisher connections.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BatchApprovePublisherConnectionsResponse : 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 approved.
Declaration
[JsonProperty("publisherConnections")]
public virtual IList<PublisherConnection> PublisherConnections { get; set; }
Property Value
Type | Description |
---|---|
IList<PublisherConnection> |