CodingKeys

private enum CodingKeys : String, CodingKey
  • id

    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"