GoogleApi.Classroom.V1.Model.Feed (google_api_classroom v0.18.2) View Source
A class of notifications that an application can register to receive. For example: "all roster changes for a domain".
Attributes
-
courseRosterChangesInfo(type:GoogleApi.Classroom.V1.Model.CourseRosterChangesInfo.t, default:nil) - Information about aFeedwith afeed_typeofCOURSE_ROSTER_CHANGES. This field must be specified iffeed_typeisCOURSE_ROSTER_CHANGES. -
courseWorkChangesInfo(type:GoogleApi.Classroom.V1.Model.CourseWorkChangesInfo.t, default:nil) - Information about aFeedwith afeed_typeofCOURSE_WORK_CHANGES. This field must be specified iffeed_typeisCOURSE_WORK_CHANGES. -
feedType(type:String.t, default:nil) - The type of feed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Classroom.V1.Model.Feed{
courseRosterChangesInfo:
GoogleApi.Classroom.V1.Model.CourseRosterChangesInfo.t() | nil,
courseWorkChangesInfo:
GoogleApi.Classroom.V1.Model.CourseWorkChangesInfo.t() | nil,
feedType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.