GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition.fromJson constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition.fromJson(
  1. 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(),
    );