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

ListCreativeStatusBreakdownByCreativeResponse

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

Response message for listing all creatives associated with a given filtered bid reason.

interface ListCreativeStatusBreakdownByCreativeResponse {
filteredBidCreativeRows?: FilteredBidCreativeRow[];
nextPageToken?: string;
}

§Properties

§
filteredBidCreativeRows?: FilteredBidCreativeRow[]
[src]

List of rows, with counts of bids with a given creative status aggregated by creative.

§
nextPageToken?: string
[src]

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