GoogleAdsSearchads360V23CommonCrmBasedUserListInfo constructor

GoogleAdsSearchads360V23CommonCrmBasedUserListInfo({
  1. String? appId,
  2. String? dataSourceType,
  3. String? uploadKeyType,
})

Implementation

GoogleAdsSearchads360V23CommonCrmBasedUserListInfo({
  this.appId,
  this.dataSourceType,
  this.uploadKeyType,
});