GoogleAdsSearchads360V23CommonUserData constructor
GoogleAdsSearchads360V23CommonUserData({
- GoogleAdsSearchads360V23CommonConsent? consent,
- GoogleAdsSearchads360V23CommonTransactionAttribute? transactionAttribute,
- GoogleAdsSearchads360V23CommonUserAttribute? userAttribute,
- List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? userIdentifiers,
Implementation
GoogleAdsSearchads360V23CommonUserData({
this.consent,
this.transactionAttribute,
this.userAttribute,
this.userIdentifiers,
});