GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestLocationNames.fromJson constructor

GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestLocationNames.fromJson(
  1. Map json_
)

Implementation

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