GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel constructor

GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel({
  1. String? displayName,
  2. GoogleAdsSearchads360V23CommonYouTubeChannelInfo? youtubeChannel,
  3. GoogleAdsSearchads360V23CommonYouTubeChannelAttributeMetadata? youtubeChannelMetadata,
})

Implementation

GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel({
  this.displayName,
  this.youtubeChannel,
  this.youtubeChannelMetadata,
});