role property
Role to invite the user to have.
Must not be COURSE_ROLE_UNSPECIFIED
.
Possible string values are:
- "COURSE_ROLE_UNSPECIFIED" : No course role.
- "STUDENT" : Student in the course.
- "TEACHER" : Teacher of the course.
- "OWNER" : Owner of the course.
Implementation
core.String? role;