google_api_classroom v0.0.1 GoogleApi.Classroom.V1.Model.Invitation View Source
An invitation to join a course.
Attributes
- courseId (String): Identifier of the course to invite the user to. Defaults to:
null
. - id (String): Identifier assigned by Classroom. Read-only. Defaults to:
null
. role (String): Role to invite the user to have. Must not be `COURSE_ROLE_UNSPECIFIED`. Defaults to:
null
.- Enum - one of [COURSE_ROLE_UNSPECIFIED, STUDENT, TEACHER, OWNER]
- userId (String): Identifier of the invited user. When specified as a parameter of a request, this identifier can be set to 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
.