Library
public struct Library : Codable
A root object that stores information about a library resource.
-
A collection of games.
Declaration
Swift
public let games: [Game]?
-
A collection of literatures.
Declaration
Swift
public let literatures: [Literature]?
-
A collection of shows.
Declaration
Swift
public let shows: [Show]?