Package-level declarations

Types

Link copied to clipboard
data class AmountResponse(val currency: String? = null, val value: Double? = null)

The amount.

Link copied to clipboard
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.

Link copied to clipboard
data class GetStudentResult(val budget: AmountResponse, val effectiveDate: String, val email: String, val expirationDate: String, val firstName: String, val id: String, val lastName: String, val name: String, val role: String, val status: String, val subscriptionAlias: String? = null, val subscriptionId: String, val subscriptionInviteLastSentDate: String? = null, val systemData: SystemDataResponse, val type: String)

Student details.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.