Get Student Result
data class GetStudentResult(val azureApiVersion: String, 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.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, budget: AmountResponse, effectiveDate: String, email: String, expirationDate: String, firstName: String, id: String, lastName: String, name: String, role: String, status: String, subscriptionAlias: String? = null, subscriptionId: String, subscriptionInviteLastSentDate: String? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Student Budget
Link copied to clipboard
Date student was added to the lab
Link copied to clipboard
Date this student is set to expire from the lab.
Link copied to clipboard
Subscription alias
Link copied to clipboard
Subscription Id
Link copied to clipboard
subscription invite last sent date
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.