GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsResponse (google_api_real_time_bidding v0.13.2)

View Source

A 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

t()

@type t() ::
  %GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsResponse{
    publisherConnections:
      [GoogleApi.RealTimeBidding.V1.Model.PublisherConnection.t()] | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.