GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata constructor

GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata({
  1. String? commentsCount,
  2. String? likesCount,
  3. String? publishDate,
  4. String? thumbnailUrl,
  5. List<String>? videoProperties,
  6. String? videoUrl,
  7. String? viewsCount,
})

Implementation

GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata({
  this.commentsCount,
  this.likesCount,
  this.publishDate,
  this.thumbnailUrl,
  this.videoProperties,
  this.videoUrl,
  this.viewsCount,
});