GoogleAdsSearchads360V23CommonAddressInfo constructor

GoogleAdsSearchads360V23CommonAddressInfo({
  1. String? cityName,
  2. String? countryCode,
  3. String? postalCode,
  4. String? provinceCode,
  5. String? provinceName,
  6. String? streetAddress,
  7. String? streetAddress2,
})

Implementation

GoogleAdsSearchads360V23CommonAddressInfo({
  this.cityName,
  this.countryCode,
  this.postalCode,
  this.provinceCode,
  this.provinceName,
  this.streetAddress,
  this.streetAddress2,
});