google_api_classroom v0.4.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:
null. - 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:
null. - topicId (String.t): Unique identifier for the topic. Read-only. Defaults to:
null. - updateTime (DateTime.t): The time the topic was last updated by the system. Read-only. Defaults to:
null.
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: any(),
name: any(),
topicId: any(),
updateTime: DateTime.t()
}
t() :: %GoogleApi.Classroom.V1.Model.Topic{
courseId: any(),
name: any(),
topicId: any(),
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.