Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListLosingBidsResponse

import type { ListLosingBidsResponse } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Response message for listing all reasons that bids lost in the auction.

interface ListLosingBidsResponse {
creativeStatusRows?: CreativeStatusRow[];
nextPageToken?: string;
}

§Properties

§
creativeStatusRows?: CreativeStatusRow[]
[src]

List of rows, with counts of losing bids aggregated by loss reason (for example, creative status).

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the ListLosingBidsRequest.pageToken field in the subsequent call to the losingBids.list method to retrieve the next page of results.