RemarketingAudience constructor

RemarketingAudience({
  1. String? accountId,
  2. RemarketingAudienceAudienceDefinition? audienceDefinition,
  3. String? audienceType,
  4. DateTime? created,
  5. String? description,
  6. String? id,
  7. String? internalWebPropertyId,
  8. String? kind,
  9. List<LinkedForeignAccount>? linkedAdAccounts,
  10. List<String>? linkedViews,
  11. String? name,
  12. RemarketingAudienceStateBasedAudienceDefinition? stateBasedAudienceDefinition,
  13. DateTime? updated,
  14. String? webPropertyId,
})

Implementation

RemarketingAudience({
  this.accountId,
  this.audienceDefinition,
  this.audienceType,
  this.created,
  this.description,
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.linkedAdAccounts,
  this.linkedViews,
  this.name,
  this.stateBasedAudienceDefinition,
  this.updated,
  this.webPropertyId,
});