GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier constructor

GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier({
  1. String? channelId,
  2. String? videoId,
})

Implementation

GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier({
  this.channelId,
  this.videoId,
});