GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition.fromJson constructor
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition.fromJson(
core.Map json_,
) : this(
userInterests: (json_['userInterests'] as core.List?)
?.map((value) => value as core.String)
.toList(),
userLists: (json_['userLists'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);