Empty - SwiftDocOrg/Alamofire GitHub Wiki

Empty

Type representing an empty response. Use Empty.value to get the static instance.

public struct Empty:​ Decodable

Inheritance

Decodable, EmptyResponse

Properties

value

Static Empty instance used for all Empty responses.

let value

Methods

emptyValue()

public static func emptyValue() -> Empty