GoogleApi.Classroom.V1.Model.Student (google_api_classroom v0.18.0) View Source

Student in a course.

Attributes

  • courseId (type: String.t, default: nil) - Identifier of the course. Read-only.
  • profile (type: GoogleApi.Classroom.V1.Model.UserProfile.t, default: nil) - Global user information for the student. Read-only.
  • studentWorkFolder (type: GoogleApi.Classroom.V1.Model.DriveFolder.t, default: nil) - Information about a Drive Folder for this student's work in this course. Only visible to the student and domain administrators. Read-only.
  • userId (type: String.t, default: nil) - 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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Classroom.V1.Model.Student{
  courseId: String.t() | nil,
  profile: GoogleApi.Classroom.V1.Model.UserProfile.t() | nil,
  studentWorkFolder: GoogleApi.Classroom.V1.Model.DriveFolder.t() | nil,
  userId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.