AdAsset constructor

AdAsset({
  1. String? adAssetId,
  2. String? adAssetType,
  3. String? entityStatus,
  4. String? name,
  5. YoutubeVideoAsset? youtubeVideoAsset,
})

Implementation

AdAsset({
  this.adAssetId,
  this.adAssetType,
  this.entityStatus,
  this.name,
  this.youtubeVideoAsset,
});