summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EducationTermModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EducationTermModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EducationTermModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EducationTermModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/EducationTermModel.go
new file mode 100644
index 00000000..f20cc8f3
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EducationTermModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// EducationTerm undocumented
+type EducationTerm struct {
+ // Object is the base model of EducationTerm
+ Object
+ // ExternalID undocumented
+ ExternalID *string `json:"externalId,omitempty"`
+ // StartDate undocumented
+ StartDate *time.Time `json:"startDate,omitempty"`
+ // EndDate undocumented
+ EndDate *time.Time `json:"endDate,omitempty"`
+ // DisplayName undocumented
+ DisplayName *string `json:"displayName,omitempty"`
+}