summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/RubricQualityModel.go
blob: 5e087327734279308322952c4cc57fa68ca08bad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// RubricQuality undocumented
type RubricQuality struct {
	// Object is the base model of RubricQuality
	Object
	// QualityID undocumented
	QualityID *string `json:"qualityId,omitempty"`
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// Description undocumented
	Description *EducationItemBody `json:"description,omitempty"`
	// Weight undocumented
	Weight *float64 `json:"weight,omitempty"`
	// Criteria undocumented
	Criteria []RubricCriterion `json:"criteria,omitempty"`
}