GoogleAdsSearchads360V23ResourcesAdGroupAd constructor

GoogleAdsSearchads360V23ResourcesAdGroupAd({
  1. List<String>? actionItems,
  2. GoogleAdsSearchads360V23ResourcesAd? ad,
  3. String? adGroup,
  4. List<GoogleAdsSearchads360V23ResourcesAdGroupAdAssetAutomationSetting>? adGroupAdAssetAutomationSettings,
  5. String? adStrength,
  6. String? creationTime,
  7. List<String>? effectiveLabels,
  8. String? engineId,
  9. String? engineStatus,
  10. List<String>? labels,
  11. String? lastModifiedTime,
  12. GoogleAdsSearchads360V23ResourcesAdGroupAdPolicySummary? policySummary,
  13. String? primaryStatus,
  14. List<String>? primaryStatusReasons,
  15. String? resourceName,
  16. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupAd({
  this.actionItems,
  this.ad,
  this.adGroup,
  this.adGroupAdAssetAutomationSettings,
  this.adStrength,
  this.creationTime,
  this.effectiveLabels,
  this.engineId,
  this.engineStatus,
  this.labels,
  this.lastModifiedTime,
  this.policySummary,
  this.primaryStatus,
  this.primaryStatusReasons,
  this.resourceName,
  this.status,
});