summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/RubricQualityFeedbackModelModel.go
blob: 39ef7de798b6bb913b996c43f3cd42c850ce4e0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// RubricQualityFeedbackModel undocumented
type RubricQualityFeedbackModel struct {
	// Object is the base model of RubricQualityFeedbackModel
	Object
	// QualityID undocumented
	QualityID *string `json:"qualityId,omitempty"`
	// Feedback undocumented
	Feedback *EducationItemBody `json:"feedback,omitempty"`
}