feedType property

String? feedType
getter/setter pair

The type of feed. Possible string values are:

  • "FEED_TYPE_UNSPECIFIED" : Should never be returned or provided.
  • "DOMAIN_ROSTER_CHANGES" : All roster changes for a particular domain. Notifications will be generated whenever a user joins or leaves a course. No notifications will be generated when an invitation is created or deleted, but notifications will be generated when a user joins a course by accepting an invitation.
  • "COURSE_ROSTER_CHANGES" : All roster changes for a particular course. Notifications will be generated whenever a user joins or leaves a course. No notifications will be generated when an invitation is created or deleted, but notifications will be generated when a user joins a course by accepting an invitation.
  • "COURSE_WORK_CHANGES" : All course work activity for a particular course. Notifications will be generated when a CourseWork or StudentSubmission object is created or modified. No notification will be generated when a StudentSubmission object is created in connection with the creation or modification of its parent CourseWork object (but a notification will be generated for that CourseWork object's creation or modification).

Implementation

core.String? feedType;