Get Lab Result
data class GetLabResult(val budgetPerStudent: AmountResponse, val currency: String? = null, val description: String, val displayName: String, val effectiveDate: String, val expirationDate: String, val id: String, val invitationCode: String, val maxStudentCount: Double, val name: String, val status: String, val systemData: SystemDataResponse, val type: String, val value: Double? = null)
Lab details.
Constructors
Link copied to clipboard
fun GetLabResult(budgetPerStudent: AmountResponse, currency: String? = null, description: String, displayName: String, effectiveDate: String, expirationDate: String, id: String, invitationCode: String, maxStudentCount: Double, name: String, status: String, systemData: SystemDataResponse, type: String, value: Double? = null)