GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo.fromJson constructor
GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo.fromJson(core.Map json_)
: this(
maxNights: json_['maxNights'] as core.String?,
minNights: json_['minNights'] as core.String?,
);