summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityTimeSetModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityTimeSetModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityTimeSetModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityTimeSetModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityTimeSetModel.go
deleted file mode 100644
index 7f59f89a..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityTimeSetModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// ItemActivityTimeSet undocumented
-type ItemActivityTimeSet struct {
- // Object is the base model of ItemActivityTimeSet
- Object
- // LastRecordedDateTime undocumented
- LastRecordedDateTime *time.Time `json:"lastRecordedDateTime,omitempty"`
- // ObservedDateTime undocumented
- ObservedDateTime *time.Time `json:"observedDateTime,omitempty"`
- // RecordedDateTime undocumented
- RecordedDateTime *time.Time `json:"recordedDateTime,omitempty"`
-}