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

ListBidResponsesWithoutBidsResponse

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

Response message for listing all reasons that bid responses were considered to have no applicable bids.

interface ListBidResponsesWithoutBidsResponse {
bidResponseWithoutBidsStatusRows?: BidResponseWithoutBidsStatusRow[];
nextPageToken?: string;
}

§Properties

§
bidResponseWithoutBidsStatusRows?: BidResponseWithoutBidsStatusRow[]
[src]

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

§
nextPageToken?: string
[src]

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