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