google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.UserProfile View Source

Global information for a user.

Attributes

  • emailAddress (String.t): Email address of the user.

Read-only. Defaults to nil.

  • id (String.t): Identifier of the user.

Read-only. Defaults to nil.

  • name (GoogleApi.Classroom.V1.Model.Name.t): Name of the user.

Read-only. Defaults to nil.

  • permissions (list(GoogleApi.Classroom.V1.Model.GlobalPermission.t)): Global permissions of the user.

Read-only. Defaults to nil.

  • photoUrl (String.t): URL of user's profile photo.

Read-only. Defaults to nil.

  • verifiedTeacher (boolean()): Represents whether a G Suite for Education user's domain administrator has explicitly verified them as being a teacher. If the user is not a member of a G Suite for Education domain, than this field will always be false.

Read-only Defaults to nil.

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() :: %GoogleApi.Classroom.V1.Model.UserProfile{
  emailAddress: String.t(),
  id: String.t(),
  name: GoogleApi.Classroom.V1.Model.Name.t(),
  permissions: [GoogleApi.Classroom.V1.Model.GlobalPermission.t()],
  photoUrl: String.t(),
  verifiedTeacher: boolean()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.