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

ListPublisherProfilesResponse

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

Response message for profiles visible to the buyer.

interface ListPublisherProfilesResponse {
nextPageToken?: string;
publisherProfiles?: PublisherProfile[];
}

§Properties

§
nextPageToken?: string
[src]

List pagination support

§
publisherProfiles?: PublisherProfile[]
[src]

The list of matching publisher profiles.