google_api_classroom v0.9.0 GoogleApi.Classroom.V1.Model.Topic View Source
Topic created by a teacher for the course
Attributes
courseId
(type:String.t
, default:nil
) - Identifier of the course.Read-only.
name
(type:String.t
, default:nil
) - 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.topicId
(type:String.t
, default:nil
) - Unique identifier for the topic.Read-only.
updateTime
(type:DateTime.t
, default:nil
) - The time the topic was last updated by the system.Read-only.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Classroom.V1.Model.Topic{ courseId: String.t(), name: String.t(), topicId: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.