google_api_classroom v0.0.1 GoogleApi.Classroom.V1.Model.Course View Source
A Course in Classroom.
Attributes
- alternateLink (String): Absolute link to this course in the Classroom web UI. Read-only. Defaults to:
null
. - calendarId (String): The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. Defaults to:
null
. - courseGroupEmail (String): The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. Defaults to:
null
. - courseMaterialSets (List[CourseMaterialSet]): Sets of materials that appear on the "about" page of this course. Read-only. Defaults to:
null
. courseState (String): State of the course. If unspecified, the default state is `PROVISIONED`. Defaults to:
null
.- Enum - one of [COURSE_STATE_UNSPECIFIED, ACTIVE, ARCHIVED, PROVISIONED, DECLINED, SUSPENDED]
- creationTime (String): Creation time of the course. Specifying this field in a course update mask results in an error. Read-only. Defaults to:
null
. - description (String): Optional description. For example, "We'll be learning about the structure of living creatures from a combination of textbooks, guest lectures, and lab work. Expect to be excited!" If set, this field must be a valid UTF-8 string and no longer than 30,000 characters. Defaults to:
null
. - descriptionHeading (String): Optional heading for the description. For example, "Welcome to 10th Grade Biology." If set, this field must be a valid UTF-8 string and no longer than 3600 characters. Defaults to:
null
. - enrollmentCode (String): Enrollment code to use when joining this course. Specifying this field in a course update mask results in an error. Read-only. Defaults to:
null
. - guardiansEnabled (Boolean): Whether or not guardian notifications are enabled for this course. Read-only. Defaults to:
null
. - id (String): Identifier for this course assigned by Classroom. When creating a course, you may optionally set this identifier to an alias string in the request to create a corresponding alias. The `id` is still assigned by Classroom and cannot be updated after the course is created. Specifying this field in a course update mask results in an error. Defaults to:
null
. - name (String): Name of the course. For example, "10th Grade Biology". The name is required. It must be between 1 and 750 characters and a valid UTF-8 string. Defaults to:
null
. - ownerId (String): The identifier of the owner of a course. When specified as a parameter of a create course request, this field is required. The 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 This must be set in a create request. Admins can also specify this field in a patch course request to transfer ownership. In other contexts, it is read-only. Defaults to:
null
. - room (String): Optional room location. For example, "301". If set, this field must be a valid UTF-8 string and no longer than 650 characters. Defaults to:
null
. - section (String): Section of the course. For example, "Period 2". If set, this field must be a valid UTF-8 string and no longer than 2800 characters. Defaults to:
null
. - teacherFolder (DriveFolder): Information about a Drive Folder that is shared with all teachers of the course. This field will only be set for teachers of the course and domain administrators. Read-only. Defaults to:
null
. - teacherGroupEmail (String): The email address of a Google group containing all teachers of the course. This group does not accept email and can only be used for permissions. Read-only. Defaults to:
null
. - updateTime (String): Time of the most recent update to this course. Specifying this field in a course update mask results in an error. Read-only. Defaults to:
null
.