GoogleAdsSearchads360V23CommonListingGroupInfo constructor

GoogleAdsSearchads360V23CommonListingGroupInfo({
  1. GoogleAdsSearchads360V23CommonListingDimensionInfo? caseValue,
  2. String? parentAdGroupCriterion,
  3. GoogleAdsSearchads360V23CommonListingDimensionPath? path,
  4. String? type,
})

Implementation

GoogleAdsSearchads360V23CommonListingGroupInfo({
  this.caseValue,
  this.parentAdGroupCriterion,
  this.path,
  this.type,
});