ListCreativesResponseCopyimport type { ListCreativesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListCreativesResponse {creatives?: Creative[];nextPageToken?: string;}§Properties§creatives?: Creative[][src]The list of creatives. 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 ListCreativesRequest method to retrieve the next page of results. If this field is null, it means this is the last page.