summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/RubricQualityModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/RubricQualityModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/RubricQualityModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/RubricQualityModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/RubricQualityModel.go
new file mode 100644
index 00000000..5e087327
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/RubricQualityModel.go
@@ -0,0 +1,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"`
+}