GoogleApi.RealTimeBidding.V1.Model.ListBiddersResponse (google_api_real_time_bidding v0.8.0) View Source
A response containing bidders.
Attributes
-
bidders(type:list(GoogleApi.RealTimeBidding.V1.Model.Bidder.t), default:nil) - List of bidders. -
nextPageToken(type:String.t, default:nil) - A token which can be passed to a subsequent call to theListBiddersmethod to retrieve the next page of results in ListBiddersRequest.pageToken.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RealTimeBidding.V1.Model.ListBiddersResponse{
bidders: [GoogleApi.RealTimeBidding.V1.Model.Bidder.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.