GoogleApi.RealTimeBidding.V1.Model.ListEndpointsResponse (google_api_real_time_bidding v0.13.2)
View SourceA response containing bidder endpoints.
Attributes
-
endpoints(type:list(GoogleApi.RealTimeBidding.V1.Model.Endpoint.t), default:nil) - List of bidder endpoints. -
nextPageToken(type:String.t, default:nil) - A token which can be passed to a subsequent call to theListEndpointsmethod to retrieve the next page of results in ListEndpointsRequest.pageToken.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.ListEndpointsResponse{ endpoints: [GoogleApi.RealTimeBidding.V1.Model.Endpoint.t()] | nil, nextPageToken: String.t() | nil }