GoogleApi.Classroom.V1.Model.CourseWorkMaterial (google_api_classroom v0.17.0) View Source
Course work material created by a teacher for students of the course
Attributes
-
alternateLink(type:String.t, default:nil) - Absolute link to this course work material in the Classroom web UI. This is only populated ifstateisPUBLISHED. Read-only. -
assigneeMode(type:String.t, default:nil) - Assignee mode of the course work material. If unspecified, the default value isALL_STUDENTS. -
courseId(type:String.t, default:nil) - Identifier of the course. Read-only. -
creationTime(type:DateTime.t, default:nil) - Timestamp when this course work material was created. Read-only. -
creatorUserId(type:String.t, default:nil) - Identifier for the user that created the course work material. Read-only. -
description(type:String.t, default:nil) - Optional description of this course work material. The text must be a valid UTF-8 string containing no more than 30,000 characters. -
id(type:String.t, default:nil) - Classroom-assigned identifier of this course work material, unique per course. Read-only. -
individualStudentsOptions(type:GoogleApi.Classroom.V1.Model.IndividualStudentsOptions.t, default:nil) - Identifiers of students with access to the course work material. This field is set only ifassigneeModeisINDIVIDUAL_STUDENTS. If theassigneeModeisINDIVIDUAL_STUDENTS, then only students specified in this field can see the course work material. -
materials(type:list(GoogleApi.Classroom.V1.Model.Material.t), default:nil) - Additional materials. A course work material must have no more than 20 material items. -
scheduledTime(type:DateTime.t, default:nil) - Optional timestamp when this course work material is scheduled to be published. -
state(type:String.t, default:nil) - Status of this course work material. If unspecified, the default state isDRAFT. -
title(type:String.t, default:nil) - Title of this course work material. The title must be a valid UTF-8 string containing between 1 and 3000 characters. -
topicId(type:String.t, default:nil) - Identifier for the topic that this course work material is associated with. Must match an existing topic in the course. -
updateTime(type:DateTime.t, default:nil) - Timestamp of the most recent change to this course work material. Read-only.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Classroom.V1.Model.CourseWorkMaterial{
alternateLink: String.t(),
assigneeMode: String.t(),
courseId: String.t(),
creationTime: DateTime.t(),
creatorUserId: String.t(),
description: String.t(),
id: String.t(),
individualStudentsOptions:
GoogleApi.Classroom.V1.Model.IndividualStudentsOptions.t(),
materials: [GoogleApi.Classroom.V1.Model.Material.t()],
scheduledTime: DateTime.t(),
state: String.t(),
title: String.t(),
topicId: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.