GoogleAdsSearchads360V23ServicesPlannableLocation.fromJson constructor

GoogleAdsSearchads360V23ServicesPlannableLocation.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesPlannableLocation.fromJson(core.Map json_)
  : this(
      countryCode: json_['countryCode'] as core.String?,
      id: json_['id'] as core.String?,
      locationType: json_['locationType'] as core.String?,
      name: json_['name'] as core.String?,
      parentCountryId: json_['parentCountryId'] as core.String?,
    );