GoogleAdsSearchads360V23CommonUserIdentifier constructor

GoogleAdsSearchads360V23CommonUserIdentifier({
  1. GoogleAdsSearchads360V23CommonOfflineUserAddressInfo? addressInfo,
  2. String? hashedEmail,
  3. String? hashedPhoneNumber,
  4. String? mobileId,
  5. String? thirdPartyUserId,
  6. String? userIdentifierSource,
})

Implementation

GoogleAdsSearchads360V23CommonUserIdentifier({
  this.addressInfo,
  this.hashedEmail,
  this.hashedPhoneNumber,
  this.mobileId,
  this.thirdPartyUserId,
  this.userIdentifierSource,
});