GoogleAdsSearchads360V23ResourcesSearchTermView constructor

GoogleAdsSearchads360V23ResourcesSearchTermView({
  1. String? adGroup,
  2. String? resourceName,
  3. String? searchTerm,
  4. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesSearchTermView({
  this.adGroup,
  this.resourceName,
  this.searchTerm,
  this.status,
});