ListYoutubeAssetAssociationsResponse
import type { ListYoutubeAssetAssociationsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Response message for YoutubeAssetAssociationService.ListYoutubeAssetAssociations.
interface ListYoutubeAssetAssociationsResponse {
nextPageToken?: string;
youtubeAssetAssociations?: YoutubeAssetAssociation[];
}§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 ListYoutubeAssetAssociations
method to retrieve the next page of results.
§
youtubeAssetAssociations?: YoutubeAssetAssociation[]
[src]The list of asset associations. This list will be absent if empty.