ListCampaignsResponseCopyimport type { ListCampaignsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListCampaignsResponse {campaigns?: Campaign[];nextPageToken?: string;}§Properties§campaigns?: Campaign[][src]The list of campaigns. This list will be absent if empty. §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 ListCampaigns method to retrieve the next page of results.