TargetableRemarketingList constructor

TargetableRemarketingList({
  1. String? accountId,
  2. bool? active,
  3. String? advertiserId,
  4. DimensionValue? advertiserIdDimensionValue,
  5. String? description,
  6. String? id,
  7. String? kind,
  8. String? lifeSpan,
  9. String? listSize,
  10. String? listSource,
  11. String? name,
  12. String? subaccountId,
})

Implementation

TargetableRemarketingList({
  this.accountId,
  this.active,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.description,
  this.id,
  this.kind,
  this.lifeSpan,
  this.listSize,
  this.listSource,
  this.name,
  this.subaccountId,
});