summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EducationOutcomeModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/EducationOutcomeModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/EducationOutcomeModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/EducationOutcomeModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/EducationOutcomeModel.go
new file mode 100644
index 00000000..52040f35
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/EducationOutcomeModel.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// EducationOutcome undocumented
+type EducationOutcome struct {
+ // Entity is the base model of EducationOutcome
+ Entity
+ // LastModifiedBy undocumented
+ LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
+ // LastModifiedDateTime undocumented
+ LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
+}