GoogleAdsSearchads360V23ResourcesAdGroup constructor

GoogleAdsSearchads360V23ResourcesAdGroup({
  1. String? adRotationMode,
  2. GoogleAdsSearchads360V23ResourcesAdGroupAiMaxAdGroupSetting? aiMaxAdGroupSetting,
  3. GoogleAdsSearchads360V23ResourcesAdGroupAudienceSetting? audienceSetting,
  4. String? baseAdGroup,
  5. String? campaign,
  6. String? cpcBidMicros,
  7. String? cpmBidMicros,
  8. String? cpvBidMicros,
  9. String? creationTime,
  10. GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings? demandGenAdGroupSettings,
  11. String? displayCustomBidDimension,
  12. String? effectiveCpcBidMicros,
  13. List<String>? effectiveLabels,
  14. String? effectiveTargetCpaMicros,
  15. String? effectiveTargetCpaSource,
  16. String? effectiveTargetCpc,
  17. String? effectiveTargetCpcSource,
  18. double? effectiveTargetRoas,
  19. String? effectiveTargetRoasSource,
  20. String? endDate,
  21. String? engineId,
  22. String? engineStatus,
  23. bool? excludeDemographicExpansion,
  24. List<String>? excludedParentAssetFieldTypes,
  25. List<String>? excludedParentAssetSetTypes,
  26. String? finalUrlSuffix,
  27. String? fixedCpmMicros,
  28. String? id,
  29. List<String>? labels,
  30. String? languageCode,
  31. String? lastModifiedTime,
  32. String? name,
  33. bool? optimizedTargetingEnabled,
  34. String? percentCpcBidMicros,
  35. String? primaryStatus,
  36. List<String>? primaryStatusReasons,
  37. String? resourceName,
  38. String? startDate,
  39. String? status,
  40. String? targetCpaMicros,
  41. String? targetCpcMicros,
  42. String? targetCpmMicros,
  43. String? targetCpvMicros,
  44. double? targetRoas,
  45. GoogleAdsSearchads360V23CommonTargetingSetting? targetingSetting,
  46. String? trackingUrlTemplate,
  47. String? type,
  48. List<GoogleAdsSearchads360V23CommonCustomParameter>? urlCustomParameters,
  49. GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting? verticalAdsFormatSetting,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroup({
  this.adRotationMode,
  this.aiMaxAdGroupSetting,
  this.audienceSetting,
  this.baseAdGroup,
  this.campaign,
  this.cpcBidMicros,
  this.cpmBidMicros,
  this.cpvBidMicros,
  this.creationTime,
  this.demandGenAdGroupSettings,
  this.displayCustomBidDimension,
  this.effectiveCpcBidMicros,
  this.effectiveLabels,
  this.effectiveTargetCpaMicros,
  this.effectiveTargetCpaSource,
  this.effectiveTargetCpc,
  this.effectiveTargetCpcSource,
  this.effectiveTargetRoas,
  this.effectiveTargetRoasSource,
  this.endDate,
  this.engineId,
  this.engineStatus,
  this.excludeDemographicExpansion,
  this.excludedParentAssetFieldTypes,
  this.excludedParentAssetSetTypes,
  this.finalUrlSuffix,
  this.fixedCpmMicros,
  this.id,
  this.labels,
  this.languageCode,
  this.lastModifiedTime,
  this.name,
  this.optimizedTargetingEnabled,
  this.percentCpcBidMicros,
  this.primaryStatus,
  this.primaryStatusReasons,
  this.resourceName,
  this.startDate,
  this.status,
  this.targetCpaMicros,
  this.targetCpcMicros,
  this.targetCpmMicros,
  this.targetCpvMicros,
  this.targetRoas,
  this.targetingSetting,
  this.trackingUrlTemplate,
  this.type,
  this.urlCustomParameters,
  this.verticalAdsFormatSetting,
});