diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EducationAssignmentGradeModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EducationAssignmentGradeModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EducationAssignmentGradeModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/EducationAssignmentGradeModel.go deleted file mode 100644 index a4661d21..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/EducationAssignmentGradeModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// EducationAssignmentGrade undocumented -type EducationAssignmentGrade struct { - // Object is the base model of EducationAssignmentGrade - Object - // GradedBy undocumented - GradedBy *IdentitySet `json:"gradedBy,omitempty"` - // GradedDateTime undocumented - GradedDateTime *time.Time `json:"gradedDateTime,omitempty"` -} |