google_api_classroom v0.0.1 GoogleApi.Classroom.V1.Model.Teacher View Source
Teacher of a course.
Attributes
- courseId (String): Identifier of the course. Read-only. Defaults to:
null
. - profile (UserProfile): Global user information for the teacher. Read-only. Defaults to:
null
. - userId (String): 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 to:
null
.