GoogleAdsSearchads360V23ResourcesGeoTargetConstant constructor

GoogleAdsSearchads360V23ResourcesGeoTargetConstant({
  1. String? canonicalName,
  2. String? countryCode,
  3. String? id,
  4. String? name,
  5. String? parentGeoTarget,
  6. String? resourceName,
  7. String? status,
  8. String? targetType,
})

Implementation

GoogleAdsSearchads360V23ResourcesGeoTargetConstant({
  this.canonicalName,
  this.countryCode,
  this.id,
  this.name,
  this.parentGeoTarget,
  this.resourceName,
  this.status,
  this.targetType,
});