GoogleAdsSearchads360V23ResourcesCampaignHotelSettingInfo.fromJson constructor

GoogleAdsSearchads360V23ResourcesCampaignHotelSettingInfo.fromJson(
  1. Map json_
)

Implementation

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