Feed class

A class of notifications that an application can register to receive.

For example: "all roster changes for a domain".

Constructors

Feed({CourseRosterChangesInfo? courseRosterChangesInfo, CourseWorkChangesInfo? courseWorkChangesInfo, String? feedType})
Feed.fromJson(Map json_)

Properties

courseRosterChangesInfo CourseRosterChangesInfo?
Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES.
getter/setter pair
courseWorkChangesInfo CourseWorkChangesInfo?
Information about a Feed with a feed_type of COURSE_WORK_CHANGES.
getter/setter pair
feedType String?
The type of feed. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited