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

View Source

A response to a request for listing publisher connections.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. Pass this value in the ListPublisherConnectionsRequest.pageToken field in the subsequent call to the ListPublisherConnections method to retrieve the next page of results.
  • publisherConnections (type: list(GoogleApi.RealTimeBidding.V1.Model.PublisherConnection.t), default: nil) - The list of publisher connections.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.ListPublisherConnectionsResponse{
  nextPageToken: String.t() | nil,
  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.