ListPartnersResponseCopyimport type { ListPartnersResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListPartnersResponse {nextPageToken?: string;partners?: Partner[];}§Properties§nextPageToken?: string[src]A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListPartners method to retrieve the next page of results. §partners?: Partner[][src]The list of partners. This list will be absent if empty.