Item
public struct Item : Decodable
An Internet Archive Item, containing ItemMetadata, an array of File objects, and additional properties.
This will be returned from an InternetArchive().itemDetail() request.
-
Declaration
Swift
public let created: ModelField<IAInt>? -
Declaration
Swift
public let collection: ModelField<IAString>? -
Declaration
Swift
public let creator: ModelField<IAString>? -
Declaration
Swift
public let metadata: ItemMetadata? -
Declaration
Swift
public let d1: ModelField<IAString>? -
Declaration
Swift
public let d2: ModelField<IAString>? -
Declaration
Swift
public let dir: ModelField<IAString>? -
Declaration
Swift
public let isCollection: ModelField<IABool>? -
Declaration
Swift
public let isDark: Bool? -
Declaration
Swift
public let filesCount: ModelField<IAInt>? -
Declaration
Swift
public let itemSize: ModelField<IAInt>? -
Declaration
Swift
public let server: ModelField<IAString>? -
Declaration
Swift
public let uniq: ModelField<IAInt>? -
Declaration
Swift
public let workableServers: ModelField<IAString>? -
Declaration
Swift
public let files: [File]?
View on GitHub
Item Structure Reference