GoogleAdsSearchads360V23ServicesPlannableLocation constructor

GoogleAdsSearchads360V23ServicesPlannableLocation({
  1. String? countryCode,
  2. String? id,
  3. String? locationType,
  4. String? name,
  5. String? parentCountryId,
})

Implementation

GoogleAdsSearchads360V23ServicesPlannableLocation({
  this.countryCode,
  this.id,
  this.locationType,
  this.name,
  this.parentCountryId,
});