GoogleAdsSearchads360V23CommonYoutubeVideoAsset constructor

GoogleAdsSearchads360V23CommonYoutubeVideoAsset({
  1. String? youtubeVideoId,
  2. String? youtubeVideoTitle,
})

Implementation

GoogleAdsSearchads360V23CommonYoutubeVideoAsset({
  this.youtubeVideoId,
  this.youtubeVideoTitle,
});