Test Details DTO
data class TestDetailsDTO( val id: String, val title: String, val description: String, val language: String, val timeStamp: String, val totalNumberOfWorkBooks: String, val testDurationInMinutes: String, val testStatus: String, val maximumMarks: String)
Content copied to clipboard
A DTO object for TestDetails.
Constructors
Properties
Extensions
Link copied to clipboard
Utility method used to convert an instance of TestDetailsDTO to an instance of TestDetails.