summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EducationRubricOutcomeModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EducationRubricOutcomeModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EducationRubricOutcomeModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EducationRubricOutcomeModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/EducationRubricOutcomeModel.go
deleted file mode 100644
index d7c55bdc..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/EducationRubricOutcomeModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// EducationRubricOutcome undocumented
-type EducationRubricOutcome struct {
- // EducationOutcome is the base model of EducationRubricOutcome
- EducationOutcome
- // RubricQualityFeedback undocumented
- RubricQualityFeedback []RubricQualityFeedbackModel `json:"rubricQualityFeedback,omitempty"`
- // RubricQualitySelectedLevels undocumented
- RubricQualitySelectedLevels []RubricQualitySelectedColumnModel `json:"rubricQualitySelectedLevels,omitempty"`
- // PublishedRubricQualityFeedback undocumented
- PublishedRubricQualityFeedback []RubricQualityFeedbackModel `json:"publishedRubricQualityFeedback,omitempty"`
- // PublishedRubricQualitySelectedLevels undocumented
- PublishedRubricQualitySelectedLevels []RubricQualitySelectedColumnModel `json:"publishedRubricQualitySelectedLevels,omitempty"`
-}