BoxResponseDescription
public struct BoxResponseDescription
The components that make up a description of a BoxResponse
-
The HTTP status code of the response
Declaration
Swift
public var statusCode: Int? -
The HTTP headers of the response
Declaration
Swift
public var headers: BoxHTTPHeaders? -
The body component of the response
Declaration
Swift
public var body: [String : Any]?
BoxResponseDescription Structure Reference