google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.Student View Source
Student in a course.
Attributes
- courseId (String.t): Identifier of the course.
Read-only. Defaults to nil
.
- profile (GoogleApi.Classroom.V1.Model.UserProfile.t): Global user information for the student.
Read-only. Defaults to nil
.
- studentWorkFolder (GoogleApi.Classroom.V1.Model.DriveFolder.t): Information about a Drive Folder for this student's work in this course. Only visible to the student and domain administrators.
Read-only. Defaults to nil
.
- userId (String.t): Identifier of the user.
When specified as a parameter of a request, this identifier can be one of the following:
- the numeric identifier for the user
- the email address of the user
- the string literal
"me"
, indicating the requesting user Defaults tonil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Classroom.V1.Model.Student{
courseId: String.t(),
profile: GoogleApi.Classroom.V1.Model.UserProfile.t(),
studentWorkFolder: GoogleApi.Classroom.V1.Model.DriveFolder.t(),
userId: String.t()
}
t() :: %GoogleApi.Classroom.V1.Model.Student{ courseId: String.t(), profile: GoogleApi.Classroom.V1.Model.UserProfile.t(), studentWorkFolder: GoogleApi.Classroom.V1.Model.DriveFolder.t(), userId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.