Represents an instance of a DX course.
public struct DXCourse: Codable { public let courseId: String public let name: String public let description: String public let profilePic: String public var coverPhoto: String? }
Last updated 3 years ago