ObjectResponse
public struct ObjectResponse<T>
A response containing a decoded object and the HTTP response.
-
The decoded object from the response.
Declaration
Swift
public let object: T -
The HTTP URL response.
Declaration
Swift
public let urlResponse: HTTPURLResponse
View on GitHub