GenreResponse

public struct GenreResponse : Codable

A root object that stores information about a collection of genres.

Properties

  • The data included in the repsonse for a genre object request.

    Declaration

    Swift

    public let data: [Genre]