LinkedForeignAccount constructor

LinkedForeignAccount({
  1. String? accountId,
  2. bool? eligibleForSearch,
  3. String? id,
  4. String? internalWebPropertyId,
  5. String? kind,
  6. String? linkedAccountId,
  7. String? remarketingAudienceId,
  8. String? status,
  9. String? type,
  10. String? webPropertyId,
})

Implementation

LinkedForeignAccount({
  this.accountId,
  this.eligibleForSearch,
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.linkedAccountId,
  this.remarketingAudienceId,
  this.status,
  this.type,
  this.webPropertyId,
});