ListAdGroupsResponseCopyimport type { ListAdGroupsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListAdGroupsResponse {adGroups?: AdGroup[];nextPageToken?: string;}§Properties§adGroups?: AdGroup[][src]The list of ad groups. 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 ListAdGroups method to retrieve the next page of results.