GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels constructor

GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels({
  1. bool? discover,
  2. bool? display,
  3. bool? gmail,
  4. bool? youtubeInFeed,
  5. bool? youtubeInStream,
  6. bool? youtubeShorts,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels({
  this.discover,
  this.display,
  this.gmail,
  this.youtubeInFeed,
  this.youtubeInStream,
  this.youtubeShorts,
});