summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OutlookItemModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OutlookItemModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/OutlookItemModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OutlookItemModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OutlookItemModel.go
new file mode 100644
index 00000000..121b9842
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/OutlookItemModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// OutlookItem undocumented
+type OutlookItem struct {
+ // Entity is the base model of OutlookItem
+ Entity
+ // CreatedDateTime undocumented
+ CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
+ // LastModifiedDateTime undocumented
+ LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
+ // ChangeKey undocumented
+ ChangeKey *string `json:"changeKey,omitempty"`
+ // Categories undocumented
+ Categories []string `json:"categories,omitempty"`
+}