HotelJSON
struct HotelJSON : Codable
extension HotelJSON: CustomStringConvertible
extension HotelJSON: CustomDebugStringConvertible
                Hotel API result
- 
                  
                  
Declaration
Swift
var description: String { get } - 
                  
                  
Declaration
Swift
var debugDescription: String { get } 
            View on GitHub
          
      HotelJSON Structure Reference