GoogleAdsSearchads360V23ResourcesCustomer constructor

GoogleAdsSearchads360V23ResourcesCustomer({
  1. String? accountLevel,
  2. String? accountStatus,
  3. String? accountType,
  4. String? associateManagerDescriptiveName,
  5. String? associateManagerId,
  6. bool? autoTaggingEnabled,
  7. GoogleAdsSearchads360V23ResourcesCallReportingSetting? callReportingSetting,
  8. String? containsEuPoliticalAdvertising,
  9. GoogleAdsSearchads360V23ResourcesConversionTrackingSetting? conversionTrackingSetting,
  10. String? creationTime,
  11. String? currencyCode,
  12. GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting? customerAgreementSetting,
  13. String? descriptiveName,
  14. GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting? doubleClickCampaignManagerSetting,
  15. String? engineId,
  16. String? finalUrlSuffix,
  17. bool? hasPartnersBadge,
  18. String? id,
  19. bool? imageAssetAutoMigrationDone,
  20. String? imageAssetAutoMigrationDoneDateTime,
  21. String? lastModifiedTime,
  22. GoogleAdsSearchads360V23ResourcesLocalServicesSettings? localServicesSettings,
  23. bool? locationAssetAutoMigrationDone,
  24. String? locationAssetAutoMigrationDoneDateTime,
  25. bool? manager,
  26. String? managerDescriptiveName,
  27. String? managerId,
  28. double? optimizationScore,
  29. double? optimizationScoreWeight,
  30. List<String>? payPerConversionEligibilityFailureReasons,
  31. GoogleAdsSearchads360V23ResourcesRemarketingSetting? remarketingSetting,
  32. String? resourceName,
  33. String? status,
  34. String? subManagerDescriptiveName,
  35. String? subManagerId,
  36. bool? testAccount,
  37. String? timeZone,
  38. String? trackingUrlTemplate,
  39. String? videoBrandSafetySuitability,
  40. GoogleAdsSearchads360V23ResourcesVideoCustomer? videoCustomer,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomer({
  this.accountLevel,
  this.accountStatus,
  this.accountType,
  this.associateManagerDescriptiveName,
  this.associateManagerId,
  this.autoTaggingEnabled,
  this.callReportingSetting,
  this.containsEuPoliticalAdvertising,
  this.conversionTrackingSetting,
  this.creationTime,
  this.currencyCode,
  this.customerAgreementSetting,
  this.descriptiveName,
  this.doubleClickCampaignManagerSetting,
  this.engineId,
  this.finalUrlSuffix,
  this.hasPartnersBadge,
  this.id,
  this.imageAssetAutoMigrationDone,
  this.imageAssetAutoMigrationDoneDateTime,
  this.lastModifiedTime,
  this.localServicesSettings,
  this.locationAssetAutoMigrationDone,
  this.locationAssetAutoMigrationDoneDateTime,
  this.manager,
  this.managerDescriptiveName,
  this.managerId,
  this.optimizationScore,
  this.optimizationScoreWeight,
  this.payPerConversionEligibilityFailureReasons,
  this.remarketingSetting,
  this.resourceName,
  this.status,
  this.subManagerDescriptiveName,
  this.subManagerId,
  this.testAccount,
  this.timeZone,
  this.trackingUrlTemplate,
  this.videoBrandSafetySuitability,
  this.videoCustomer,
});