GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting.fromJson constructor

GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesCampaignGeoTargetTypeSetting.fromJson(
  core.Map json_,
) : this(
      negativeGeoTargetType: json_['negativeGeoTargetType'] as core.String?,
      positiveGeoTargetType: json_['positiveGeoTargetType'] as core.String?,
    );