PairIdInfo constructor

PairIdInfo({
  1. String? advertiserIdentifierCount,
  2. String? cleanRoomIdentifier,
  3. int? matchRatePercentage,
  4. String? publisherId,
  5. String? publisherName,
})

Implementation

PairIdInfo({
  this.advertiserIdentifierCount,
  this.cleanRoomIdentifier,
  this.matchRatePercentage,
  this.publisherId,
  this.publisherName,
});