GenreResponse
public struct GenreResponse : Codable
A root object that stores information about a collection of genres.
-
The data included in the response for a genre object request.
Declaration
Swift
public let data: [Genre]