GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition.fromJson constructor
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition.fromJson(
core.Map json_,
) : this(
excludedGeoMatchType: json_['excludedGeoMatchType'] as core.String?,
excludedGeoTargetConstants:
(json_['excludedGeoTargetConstants'] as core.List?)
?.map((value) => value as core.String)
.toList(),
geoMatchType: json_['geoMatchType'] as core.String?,
geoTargetConstants: (json_['geoTargetConstants'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);