GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber constructor

GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber({
  1. String? countryCode,
  2. String? phoneNumber,
})

Implementation

GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber({
  this.countryCode,
  this.phoneNumber,
});