ItunesLookup
public struct ItunesLookup
extension ItunesLookup: JSONDecodable
extension ItunesLookup: DictionaryConvertible
Results of itunes lookup request.
-
The result count
Declaration
Swift
public var resultCount: Int -
The items returned.
Declaration
Swift
public var results: [ItunesLookupItem] -
Undocumented
Declaration
Swift
public init?(json: JSON) -
Declaration
Swift
public var dictionary: DictionaryConvertible.Dico { get }
ItunesLookup Structure Reference