GoogleAdsSearchads360V23ResourcesAdGroupCriterion constructor

GoogleAdsSearchads360V23ResourcesAdGroupCriterion({
  1. String? adGroup,
  2. GoogleAdsSearchads360V23CommonAgeRangeInfo? ageRange,
  3. GoogleAdsSearchads360V23CommonAppPaymentModelInfo? appPaymentModel,
  4. String? approvalStatus,
  5. GoogleAdsSearchads360V23CommonAudienceInfo? audience,
  6. double? bidModifier,
  7. GoogleAdsSearchads360V23CommonBrandListInfo? brandList,
  8. GoogleAdsSearchads360V23CommonCombinedAudienceInfo? combinedAudience,
  9. String? cpcBidMicros,
  10. String? cpmBidMicros,
  11. String? cpvBidMicros,
  12. String? creationTime,
  13. String? criterionId,
  14. GoogleAdsSearchads360V23CommonCustomAffinityInfo? customAffinity,
  15. GoogleAdsSearchads360V23CommonCustomAudienceInfo? customAudience,
  16. GoogleAdsSearchads360V23CommonCustomIntentInfo? customIntent,
  17. List<String>? disapprovalReasons,
  18. String? displayName,
  19. String? effectiveCpcBidMicros,
  20. String? effectiveCpcBidSource,
  21. String? effectiveCpmBidMicros,
  22. String? effectiveCpmBidSource,
  23. String? effectiveCpvBidMicros,
  24. String? effectiveCpvBidSource,
  25. List<String>? effectiveLabels,
  26. String? effectivePercentCpcBidMicros,
  27. String? effectivePercentCpcBidSource,
  28. String? engineId,
  29. String? engineStatus,
  30. GoogleAdsSearchads360V23CommonExtendedDemographicInfo? extendedDemographic,
  31. List<String>? finalMobileUrls,
  32. String? finalUrlSuffix,
  33. List<String>? finalUrls,
  34. GoogleAdsSearchads360V23CommonGenderInfo? gender,
  35. GoogleAdsSearchads360V23CommonIncomeRangeInfo? incomeRange,
  36. GoogleAdsSearchads360V23CommonKeywordInfo? keyword,
  37. List<String>? labels,
  38. GoogleAdsSearchads360V23CommonLanguageInfo? language,
  39. String? lastModifiedTime,
  40. GoogleAdsSearchads360V23CommonLifeEventInfo? lifeEvent,
  41. GoogleAdsSearchads360V23CommonListingGroupInfo? listingGroup,
  42. GoogleAdsSearchads360V23CommonLocationInfo? location,
  43. GoogleAdsSearchads360V23CommonMobileAppCategoryInfo? mobileAppCategory,
  44. GoogleAdsSearchads360V23CommonMobileApplicationInfo? mobileApplication,
  45. bool? negative,
  46. GoogleAdsSearchads360V23CommonParentalStatusInfo? parentalStatus,
  47. String? percentCpcBidMicros,
  48. GoogleAdsSearchads360V23CommonPlacementInfo? placement,
  49. GoogleAdsSearchads360V23ResourcesAdGroupCriterionPositionEstimates? positionEstimates,
  50. String? primaryStatus,
  51. List<String>? primaryStatusReasons,
  52. GoogleAdsSearchads360V23ResourcesAdGroupCriterionQualityInfo? qualityInfo,
  53. String? resourceName,
  54. String? status,
  55. String? systemServingStatus,
  56. GoogleAdsSearchads360V23CommonTopicInfo? topic,
  57. String? trackingUrlTemplate,
  58. String? type,
  59. List<GoogleAdsSearchads360V23CommonCustomParameter>? urlCustomParameters,
  60. GoogleAdsSearchads360V23CommonUserInterestInfo? userInterest,
  61. GoogleAdsSearchads360V23CommonUserListInfo? userList,
  62. GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleListInfo? verticalAdsItemGroupRuleList,
  63. GoogleAdsSearchads360V23CommonVideoLineupInfo? videoLineup,
  64. GoogleAdsSearchads360V23CommonWebpageInfo? webpage,
  65. GoogleAdsSearchads360V23CommonYouTubeChannelInfo? youtubeChannel,
  66. GoogleAdsSearchads360V23CommonYouTubeVideoInfo? youtubeVideo,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupCriterion({
  this.adGroup,
  this.ageRange,
  this.appPaymentModel,
  this.approvalStatus,
  this.audience,
  this.bidModifier,
  this.brandList,
  this.combinedAudience,
  this.cpcBidMicros,
  this.cpmBidMicros,
  this.cpvBidMicros,
  this.creationTime,
  this.criterionId,
  this.customAffinity,
  this.customAudience,
  this.customIntent,
  this.disapprovalReasons,
  this.displayName,
  this.effectiveCpcBidMicros,
  this.effectiveCpcBidSource,
  this.effectiveCpmBidMicros,
  this.effectiveCpmBidSource,
  this.effectiveCpvBidMicros,
  this.effectiveCpvBidSource,
  this.effectiveLabels,
  this.effectivePercentCpcBidMicros,
  this.effectivePercentCpcBidSource,
  this.engineId,
  this.engineStatus,
  this.extendedDemographic,
  this.finalMobileUrls,
  this.finalUrlSuffix,
  this.finalUrls,
  this.gender,
  this.incomeRange,
  this.keyword,
  this.labels,
  this.language,
  this.lastModifiedTime,
  this.lifeEvent,
  this.listingGroup,
  this.location,
  this.mobileAppCategory,
  this.mobileApplication,
  this.negative,
  this.parentalStatus,
  this.percentCpcBidMicros,
  this.placement,
  this.positionEstimates,
  this.primaryStatus,
  this.primaryStatusReasons,
  this.qualityInfo,
  this.resourceName,
  this.status,
  this.systemServingStatus,
  this.topic,
  this.trackingUrlTemplate,
  this.type,
  this.urlCustomParameters,
  this.userInterest,
  this.userList,
  this.verticalAdsItemGroupRuleList,
  this.videoLineup,
  this.webpage,
  this.youtubeChannel,
  this.youtubeVideo,
});