MoviesTopRatedResponseDTO
struct MoviesTopRatedResponseDTO : Decodable
-
Declaration
Swift
private enum CodingKeys : String, CodingKey -
Declaration
Swift
let page: Int -
Declaration
Swift
let totalPages: Int -
Declaration
Swift
let movies: [MovieTopRatedDTO] -
Declaration
Swift
struct MovieTopRatedDTO : Decodable -
Declaration
Swift
func toDomain() -> MoviesTopRatedPage
MoviesTopRatedResponseDTO Structure Reference