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.

  • uri

    The uri to request.

    Declaration

    Swift

    public let uri: String
  • true if is an image.

    Declaration

    Swift

    public let image: Bool
  • key

    An identiier key.

    Declaration

    Swift

    public let key: String?
  • Undocumented

    Declaration

    Swift

    public init(uri: String, image: Bool = false, key: String? = nil)

JSONable

DictionaryConvertible

Equatable

  • Declaration

    Swift

    public static func == (lhf: Deferred, rhf: Deferred) -> Bool