blob: 2c63ac01ebe0ffafa1dc12de670658518c20ce67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// RubricLevel undocumented
type RubricLevel struct {
// Object is the base model of RubricLevel
Object
// LevelID undocumented
LevelID *string `json:"levelId,omitempty"`
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// Description undocumented
Description *EducationItemBody `json:"description,omitempty"`
// Grading undocumented
Grading *EducationAssignmentGradeType `json:"grading,omitempty"`
}
|