google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.Topic View Source
Topic created by a teacher for the course
Attributes
- courseId (String.t): Identifier of the course.
Read-only. Defaults to nil
.
- name (String.t): The name of the topic, generated by the user.
Leading and trailing whitespaces, if any, will be trimmed. Also, multiple
consecutive whitespaces will be collapsed into one inside the name. The
result must be a non-empty string. Topic names are case sensitive, and must
be no longer than 100 characters. Defaults to
nil
. - topicId (String.t): Unique identifier for the topic.
Read-only. Defaults to nil
.
- updateTime (DateTime.t): The time the topic was last updated by the system.
Read-only. Defaults to nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Classroom.V1.Model.Topic{
courseId: String.t(),
name: String.t(),
topicId: String.t(),
updateTime: DateTime.t()
}
t() :: %GoogleApi.Classroom.V1.Model.Topic{ courseId: String.t(), name: String.t(), topicId: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.