forked from jshiffer/matterbridge
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
14 lines
440 B
Go
14 lines
440 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// EducationPointsOutcome undocumented
|
|
type EducationPointsOutcome struct {
|
|
// EducationOutcome is the base model of EducationPointsOutcome
|
|
EducationOutcome
|
|
// Points undocumented
|
|
Points *EducationAssignmentPointsGrade `json:"points,omitempty"`
|
|
// PublishedPoints undocumented
|
|
PublishedPoints *EducationAssignmentPointsGrade `json:"publishedPoints,omitempty"`
|
|
}
|