GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber.fromJson constructor
GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber.fromJson(
core.Map json_,
) : this(
countryCode: json_['countryCode'] as core.String?,
phoneNumber: json_['phoneNumber'] as core.String?,
);