GoogleAdsSearchads360V23ResourcesCampaignCriterion constructor

GoogleAdsSearchads360V23ResourcesCampaignCriterion({
  1. GoogleAdsSearchads360V23CommonAdScheduleInfo? adSchedule,
  2. GoogleAdsSearchads360V23CommonAgeRangeInfo? ageRange,
  3. double? bidModifier,
  4. GoogleAdsSearchads360V23CommonBrandListInfo? brandList,
  5. String? campaign,
  6. GoogleAdsSearchads360V23CommonCarrierInfo? carrier,
  7. GoogleAdsSearchads360V23CommonCombinedAudienceInfo? combinedAudience,
  8. GoogleAdsSearchads360V23CommonContentLabelInfo? contentLabel,
  9. String? criterionId,
  10. GoogleAdsSearchads360V23CommonDeviceInfo? device,
  11. String? displayName,
  12. GoogleAdsSearchads360V23CommonExtendedDemographicInfo? extendedDemographic,
  13. GoogleAdsSearchads360V23CommonGenderInfo? gender,
  14. GoogleAdsSearchads360V23CommonIncomeRangeInfo? incomeRange,
  15. GoogleAdsSearchads360V23CommonIpBlockInfo? ipBlock,
  16. GoogleAdsSearchads360V23CommonKeywordInfo? keyword,
  17. GoogleAdsSearchads360V23CommonKeywordThemeInfo? keywordTheme,
  18. GoogleAdsSearchads360V23CommonLanguageInfo? language,
  19. String? lastModifiedTime,
  20. GoogleAdsSearchads360V23CommonLifeEventInfo? lifeEvent,
  21. GoogleAdsSearchads360V23CommonListingScopeInfo? listingScope,
  22. GoogleAdsSearchads360V23CommonLocalServiceIdInfo? localServiceId,
  23. GoogleAdsSearchads360V23CommonLocationInfo? location,
  24. GoogleAdsSearchads360V23CommonLocationGroupInfo? locationGroup,
  25. GoogleAdsSearchads360V23CommonMobileAppCategoryInfo? mobileAppCategory,
  26. GoogleAdsSearchads360V23CommonMobileApplicationInfo? mobileApplication,
  27. GoogleAdsSearchads360V23CommonMobileDeviceInfo? mobileDevice,
  28. bool? negative,
  29. GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo? operatingSystemVersion,
  30. GoogleAdsSearchads360V23CommonParentalStatusInfo? parentalStatus,
  31. GoogleAdsSearchads360V23CommonPlacementInfo? placement,
  32. GoogleAdsSearchads360V23CommonProximityInfo? proximity,
  33. String? resourceName,
  34. String? status,
  35. GoogleAdsSearchads360V23CommonTopicInfo? topic,
  36. String? type,
  37. GoogleAdsSearchads360V23CommonUserInterestInfo? userInterest,
  38. GoogleAdsSearchads360V23CommonUserListInfo? userList,
  39. GoogleAdsSearchads360V23CommonVideoLineupInfo? videoLineup,
  40. GoogleAdsSearchads360V23CommonWebpageInfo? webpage,
  41. GoogleAdsSearchads360V23CommonWebpageListInfo? webpageList,
  42. GoogleAdsSearchads360V23CommonYouTubeChannelInfo? youtubeChannel,
  43. GoogleAdsSearchads360V23CommonYouTubeVideoInfo? youtubeVideo,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignCriterion({
  this.adSchedule,
  this.ageRange,
  this.bidModifier,
  this.brandList,
  this.campaign,
  this.carrier,
  this.combinedAudience,
  this.contentLabel,
  this.criterionId,
  this.device,
  this.displayName,
  this.extendedDemographic,
  this.gender,
  this.incomeRange,
  this.ipBlock,
  this.keyword,
  this.keywordTheme,
  this.language,
  this.lastModifiedTime,
  this.lifeEvent,
  this.listingScope,
  this.localServiceId,
  this.location,
  this.locationGroup,
  this.mobileAppCategory,
  this.mobileApplication,
  this.mobileDevice,
  this.negative,
  this.operatingSystemVersion,
  this.parentalStatus,
  this.placement,
  this.proximity,
  this.resourceName,
  this.status,
  this.topic,
  this.type,
  this.userInterest,
  this.userList,
  this.videoLineup,
  this.webpage,
  this.webpageList,
  this.youtubeChannel,
  this.youtubeVideo,
});