IngestedUserListInfo constructor

IngestedUserListInfo({
  1. ContactIdInfo? contactIdInfo,
  2. MobileIdInfo? mobileIdInfo,
  3. PairIdInfo? pairIdInfo,
  4. PartnerAudienceInfo? partnerAudienceInfo,
  5. PseudonymousIdInfo? pseudonymousIdInfo,
  6. List<String>? uploadKeyTypes,
  7. UserIdInfo? userIdInfo,
})

Implementation

IngestedUserListInfo({
  this.contactIdInfo,
  this.mobileIdInfo,
  this.pairIdInfo,
  this.partnerAudienceInfo,
  this.pseudonymousIdInfo,
  this.uploadKeyTypes,
  this.userIdInfo,
});