GoogleAdsSearchads360V23CommonLookalikeUserListInfo constructor

GoogleAdsSearchads360V23CommonLookalikeUserListInfo({
  1. List<String>? countryCodes,
  2. String? expansionLevel,
  3. List<String>? seedUserListIds,
})

Implementation

GoogleAdsSearchads360V23CommonLookalikeUserListInfo({
  this.countryCodes,
  this.expansionLevel,
  this.seedUserListIds,
});