blob: 9a7311f8cbda85d7111cd24fc2d5dee6a77b96d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// RubricCriterion undocumented
type RubricCriterion struct {
// Object is the base model of RubricCriterion
Object
// Description undocumented
Description *EducationItemBody `json:"description,omitempty"`
}
|