$AdPolicyCriterionRestriction.fromJson constructor

$AdPolicyCriterionRestriction.fromJson(
  1. Map json_
)

Implementation

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