GoogleAdsSearchads360V23CommonHotelCountryRegionInfo.fromJson constructor

GoogleAdsSearchads360V23CommonHotelCountryRegionInfo.fromJson(
  1. Map json_
)

Implementation

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