GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata constructor

GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata({
  1. GoogleAdsSearchads360V23CommonConsent? consent,
  2. String? userList,
})

Implementation

GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata({
  this.consent,
  this.userList,
});