Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListAdAssetsResponse

import type { ListAdAssetsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";

A response message for ListAdAssets.

interface ListAdAssetsResponse {
adAssets?: AdAsset[];
nextPageToken?: string;
}

§Properties

§
adAssets?: AdAsset[]
[src]

The list of ad assets. The list will only contain assets of AdAssetType AD_ASSET_TYPE_YOUTUBE_VIDEO. 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 ListAdAssets method to retrieve the next page of results.