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

View Source

A response containing buyer account information.

Attributes

  • buyers (type: list(GoogleApi.RealTimeBidding.V1.Model.Buyer.t), default: nil) - List of buyers.
  • nextPageToken (type: String.t, default: nil) - A token which can be passed to a subsequent call to the ListBuyers method to retrieve the next page of results in ListBuyersRequest.pageToken.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.ListBuyersResponse{
  buyers: [GoogleApi.RealTimeBidding.V1.Model.Buyer.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.