GoogleAdsSearchads360V23CommonUserAttribute constructor

GoogleAdsSearchads360V23CommonUserAttribute({
  1. String? acquisitionDateTime,
  2. int? averagePurchaseCount,
  3. String? averagePurchaseValueMicros,
  4. List<GoogleAdsSearchads360V23CommonEventAttribute>? eventAttribute,
  5. String? firstPurchaseDateTime,
  6. String? lastPurchaseDateTime,
  7. String? lifecycleStage,
  8. int? lifetimeValueBucket,
  9. String? lifetimeValueMicros,
  10. GoogleAdsSearchads360V23CommonShoppingLoyalty? shoppingLoyalty,
})

Implementation

GoogleAdsSearchads360V23CommonUserAttribute({
  this.acquisitionDateTime,
  this.averagePurchaseCount,
  this.averagePurchaseValueMicros,
  this.eventAttribute,
  this.firstPurchaseDateTime,
  this.lastPurchaseDateTime,
  this.lifecycleStage,
  this.lifetimeValueBucket,
  this.lifetimeValueMicros,
  this.shoppingLoyalty,
});