adAssets property

List<AdAsset>? adAssets
getter/setter pair

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.

Implementation

core.List<AdAsset>? adAssets;