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

ListFilteredBidRequestsResponse

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

Response message for listing all reasons that bid requests were filtered and not sent to the buyer.

interface ListFilteredBidRequestsResponse {
calloutStatusRows?: CalloutStatusRow[];
nextPageToken?: string;
}

§Properties

§
calloutStatusRows?: CalloutStatusRow[]
[src]

List of rows, with counts of filtered bid requests aggregated by callout status.

§
nextPageToken?: string
[src]

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