GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition.fromJson constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition.fromJson(
  core.Map json_,
) : this(
      deviceTypes: (json_['deviceTypes'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );