Class BatchApprovePublisherConnectionsRequest
A 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 BatchApprovePublisherConnectionsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Names
Required. The names of the publishers with which connections will be approved. In the pattern
bidders/{bidder}/publisherConnections/{publisher}
where {bidder}
is the account ID of the bidder, and
{publisher}
is the ads.txt/app-ads.txt publisher ID.
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |