CoursesTopicsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(Topic request, String courseId, {String? $fields})
→ Future<Topic>
-
Creates a topic.
-
delete(String courseId, String id, {String? $fields})
→ Future<Empty>
-
Deletes a topic.
-
get(String courseId, String id, {String? $fields})
→ Future<Topic>
-
Returns a topic.
-
list(String courseId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListTopicResponse>
-
Returns the list of topics that the requester is permitted to view.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Topic request, String courseId, String id, {String? updateMask, String? $fields})
→ Future<Topic>
-
Updates one or more fields of a topic.
-
toString()
→ String
-
A string representation of this object.
inherited