GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo constructor

GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo({
  1. String? customerId,
  2. String? descriptiveName,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo({
  this.customerId,
  this.descriptiveName,
});