google_api_classroom v0.6.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(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
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.