CodingKeys

private enum CodingKeys : String, CodingKey
  • id

    Declaration

    Swift

    case id
  • Declaration

    Swift

    case title
  • Declaration

    Swift

    case genre
  • Declaration

    Swift

    case posterPath = "poster_path"
  • Declaration

    Swift

    case overview
  • Declaration

    Swift

    case releaseDate = "release_date"