ListYoutubeAssetAssociationsResponse

Response message for YoutubeAssetAssociationService.ListYoutubeAssetAssociations.

JSON representation
{
  "youtubeAssetAssociations": [
    {
      object (YoutubeAssetAssociation)
    }
  ],
  "nextPageToken": string
}
Fields
youtubeAssetAssociations[]

object (YoutubeAssetAssociation)

The list of asset associations.

This list will be absent if empty.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the pageToken field in the subsequent call to ListYoutubeAssetAssociations method to retrieve the next page of results.