Represents an instance of a DX class.
public struct DXClass: Codable { public let groupId: String public let name: String public let joinCode: String public var course: DXCourse? }
Last updated 3 years ago