GoogleAdsSearchads360V23ResourcesCustomerSearchTermInsight constructor

GoogleAdsSearchads360V23ResourcesCustomerSearchTermInsight({
  1. String? categoryLabel,
  2. String? id,
  3. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerSearchTermInsight({
  this.categoryLabel,
  this.id,
  this.resourceName,
});