class TencentCloud::Iotexplorer::V20190423::ModifyLoRaGatewayResponse

def deserialize(params)

def deserialize(params)
  unless params['Gateway'].nil?
    @Gateway = LoRaGatewayItem.new
    @Gateway.deserialize(params['Gateway'])
  end
  @RequestId = params['RequestId']
end