GoogleAdsSearchads360V23ServicesIndustryVerticalInfo constructor

GoogleAdsSearchads360V23ServicesIndustryVerticalInfo({
  1. String? industryVerticalId,
  2. String? industryVerticalName,
  3. String? parentIndustryVerticalId,
})

Implementation

GoogleAdsSearchads360V23ServicesIndustryVerticalInfo({
  this.industryVerticalId,
  this.industryVerticalName,
  this.parentIndustryVerticalId,
});