Deferred
public struct Deferred
extension Deferred: Codable
extension Deferred: JSONDecodable
extension Deferred: DictionaryConvertible
extension Deferred: Equatable
Define info from rest api that must requested by another request ie. deferred, such as image, relation info.
-
The uri to request.
Declaration
Swift
public let uri: String
-
true
if is an image.Declaration
Swift
public let image: Bool
-
An identiier key.
Declaration
Swift
public let key: String?
-
Undocumented
Declaration
Swift
public init(uri: String, image: Bool = false, key: String? = nil)
-
Undocumented
Declaration
Swift
public init?(json: JSON)
-
Declaration
Swift
public var dictionary: DictionaryConvertible.Dico { get }
-
Declaration
Swift
public static func == (lhf: Deferred, rhf: Deferred) -> Bool