GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsRequest (google_api_real_time_bidding v0.13.2)
View SourceA request to reject a batch of publisher connections.
Attributes
-
names
(type:list(String.t)
, default:nil
) - Required. The names of the publishers with whom connection will be rejected. In the patternbidders/{bidder}/publisherConnections/{publisher}
where{bidder}
is the account ID of the bidder, and{publisher}
is the ads.txt/app-ads.txt publisher ID.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsRequest{ names: [String.t()] | nil }