google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.Feed View Source
A class of notifications that an application can register to receive. For example: "all roster changes for a domain".
Attributes
- courseRosterChangesInfo (GoogleApi.Classroom.V1.Model.CourseRosterChangesInfo.t): Information about a
Feed
with afeed_type
ofCOURSE_ROSTER_CHANGES
. This field must be specified iffeed_type
isCOURSE_ROSTER_CHANGES
. Defaults tonil
. - courseWorkChangesInfo (GoogleApi.Classroom.V1.Model.CourseWorkChangesInfo.t): Information about a
Feed
with afeed_type
ofCOURSE_WORK_CHANGES
. This field must be specified iffeed_type
isCOURSE_WORK_CHANGES
. Defaults tonil
. - feedType (String.t): The type of feed. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Classroom.V1.Model.Feed{
courseRosterChangesInfo:
GoogleApi.Classroom.V1.Model.CourseRosterChangesInfo.t(),
courseWorkChangesInfo: GoogleApi.Classroom.V1.Model.CourseWorkChangesInfo.t(),
feedType: String.t()
}
t() :: %GoogleApi.Classroom.V1.Model.Feed{ courseRosterChangesInfo: GoogleApi.Classroom.V1.Model.CourseRosterChangesInfo.t(), courseWorkChangesInfo: GoogleApi.Classroom.V1.Model.CourseWorkChangesInfo.t(), feedType: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.