GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsResponse (google_api_real_time_bidding v0.13.2)
View SourceA response for the request to approve a batch of publisher connections.
Attributes
-
publisherConnections
(type:list(GoogleApi.RealTimeBidding.V1.Model.PublisherConnection.t)
, default:nil
) - The publisher connections that have been approved.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsResponse{ publisherConnections: [GoogleApi.RealTimeBidding.V1.Model.PublisherConnection.t()] | nil }