PhotosInfoJSON
struct PhotosInfoJSON : Codable
extension PhotosInfoJSON: CustomStringConvertible
extension PhotosInfoJSON: CustomDebugStringConvertible
Photos endpoints reply
-
List of photos
Declaration
Swift
let data: [PhotoJSON] -
Declaration
Swift
var description: String { get } -
Declaration
Swift
var debugDescription: String { get }
View on GitHub
PhotosInfoJSON Structure Reference