GoogleApi.RealTimeBidding.V1.Model.ListPublisherConnectionsResponse (google_api_real_time_bidding v0.13.2)
View SourceA 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 theListPublisherConnections
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
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.ListPublisherConnectionsResponse{ nextPageToken: String.t() | nil, publisherConnections: [GoogleApi.RealTimeBidding.V1.Model.PublisherConnection.t()] | nil }