CodingKeys
private enum CodingKeys : String, CodingKey
-
Declaration
Swift
case id -
Declaration
Swift
case title -
Declaration
Swift
case posterPath = "poster_path" -
Declaration
Swift
case overview -
Declaration
Swift
case releaseDate = "release_date" -
Declaration
Swift
case rating = "vote_average" -
Declaration
Swift
case ratingCount = "vote_count"
CodingKeys Enumeration Reference