LabProperties interface
Lab detail result properties.
Properties
| budget |
Default monetary cap for each student in this lab |
| currency | The type of currency being used for the value. |
| currency |
The type of currency being used for the value. |
| description | Detail description of this lab |
| display |
Lab Display Name |
| effective |
Lab creation date |
| expiration |
Default expiration date for each student in this lab |
| invitation |
invitation code for redeemable lab |
| max |
the total number of students that can be accepted to the lab. |
| status | The status of this lab |
| value | Amount value. |
| value |
Amount value. |
Property Details
budgetPerStudent
currency
The type of currency being used for the value.
currency?: string
Property Value
string
currencyTotalAllocatedBudgetCurrency
The type of currency being used for the value.
currencyTotalAllocatedBudgetCurrency?: string
Property Value
string
description
Detail description of this lab
description: string
Property Value
string
displayName
Lab Display Name
displayName: string
Property Value
string
effectiveDate
Lab creation date
effectiveDate?: Date
Property Value
Date
expirationDate
Default expiration date for each student in this lab
expirationDate: Date
Property Value
Date
invitationCode
invitation code for redeemable lab
invitationCode?: string
Property Value
string
maxStudentCount
the total number of students that can be accepted to the lab.
maxStudentCount?: number
Property Value
number
status
The status of this lab
status?: string
Property Value
string
value
Amount value.
value?: number
Property Value
number
valueTotalAllocatedBudgetValue
Amount value.
valueTotalAllocatedBudgetValue?: number
Property Value
number