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

ListBidMetricsResponse

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

Response message for listing the metrics that are measured in number of bids.

interface ListBidMetricsResponse {
bidMetricsRows?: BidMetricsRow[];
nextPageToken?: string;
}

§Properties

§
bidMetricsRows?: BidMetricsRow[]
[src]

List of rows, each containing a set of bid metrics.

§
nextPageToken?: string
[src]

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