Course

public struct Course: Decodable

A single course.

  • Timeslot

    Declaration

    Swift

    public let timeslot: Int
  • Name

    Declaration

    Swift

    public let name: String