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

ListFilteredBidsResponse

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

Response message for listing all reasons that bids were filtered from the auction.

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

§Properties

§
creativeStatusRows?: CreativeStatusRow[]
[src]

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

§
nextPageToken?: string
[src]

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