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

ListFilterSetsResponse

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

Response message for listing filter sets.

interface ListFilterSetsResponse {
filterSets?: FilterSet[];
nextPageToken?: string;
}

§Properties

§
filterSets?: FilterSet[]
[src]

The filter sets belonging to the buyer.

§
nextPageToken?: string
[src]

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