$AdPolicyCriterionRestriction.fromJson constructor
$AdPolicyCriterionRestriction.fromJson(
- Map json_
Implementation
$AdPolicyCriterionRestriction.fromJson(core.Map json_)
: this(
countryCriterionId: json_['countryCriterionId'] as core.String?,
countryLabel: json_['countryLabel'] as core.String?,
);