Response
data class Response(val eTag: String?, val mustRevalidate: Boolean, val noContent: Boolean, val modified: String?, val source: ResponseSourceType, val notModified: Boolean, val expires: String?, val size: Int, val error: Error?)
Deprecated
This data class is deprecated, and will be removed in next major release.
Replace with
ResponseInfo
Content copied to clipboard
The response data class that included in EventData
Constructors
Link copied to clipboard
fun Response(eTag: String?, mustRevalidate: Boolean, noContent: Boolean, modified: String?, source: ResponseSourceType, notModified: Boolean, expires: String?, size: Int, error: Error?)