GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting.fromJson constructor

GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting.fromJson(
  core.Map json_,
) : this(locationSourceType: json_['locationSourceType'] as core.String?);