AdAsset constructor
AdAsset({
- String? adAssetId,
- String? adAssetType,
- String? entityStatus,
- String? name,
- YoutubeVideoAsset? youtubeVideoAsset,
Implementation
AdAsset({
this.adAssetId,
this.adAssetType,
this.entityStatus,
this.name,
this.youtubeVideoAsset,
});