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/authorizedbuyersmarketplace:v1.ts";

Response message for profiles visible to the buyer.

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

§Properties

§
nextPageToken?: string
[src]

Token to fetch the next page of results.

§
publisherProfiles?: PublisherProfile[]
[src]

The list of matching publisher profiles.