GoogleAdsSearchads360V23ResourcesPerStoreView constructor

GoogleAdsSearchads360V23ResourcesPerStoreView({
  1. String? address1,
  2. String? address2,
  3. String? businessName,
  4. String? city,
  5. String? countryCode,
  6. String? phoneNumber,
  7. String? placeId,
  8. String? postalCode,
  9. String? province,
  10. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesPerStoreView({
  this.address1,
  this.address2,
  this.businessName,
  this.city,
  this.countryCode,
  this.phoneNumber,
  this.placeId,
  this.postalCode,
  this.province,
  this.resourceName,
});