MovieSearchResultItem
public struct MovieSearchResultItem : Codable
Represents an individual movie listing from themoviedb.org
-
The original title
Declaration
Swift
public let originalTitle: String
-
The description
Declaration
Swift
public let overview: String
-
The release year
Declaration
Swift
public let releaseDate: String?
-
The path where the poster image can be found
Declaration
Swift
public let posterPath: String?
-
The unique ID for the movie
Declaration
Swift
public let id: Int