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

ListBidResponseErrorsResponse

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

Response message for listing all reasons that bid responses resulted in an error.

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

§Properties

§
calloutStatusRows?: CalloutStatusRow[]
[src]

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

§
nextPageToken?: string
[src]

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