TibiaResponse

constructor(    timestamp: Instant,     isCached: Boolean,     cacheAge: Int,     isCachingEnabled: Boolean,     fetchingTime: Double,     parsingTime: Double,     data: T)(source)

Parameters

T

The type of the data returned.