summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchDataStoreModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchDataStoreModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchDataStoreModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchDataStoreModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchDataStoreModel.go
new file mode 100644
index 00000000..d5a41493
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchDataStoreModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// ExactMatchDataStore undocumented
+type ExactMatchDataStore struct {
+ // Entity is the base model of ExactMatchDataStore
+ Entity
+ // DisplayName undocumented
+ DisplayName *string `json:"displayName,omitempty"`
+ // Description undocumented
+ Description *string `json:"description,omitempty"`
+ // DataLastUpdatedDateTime undocumented
+ DataLastUpdatedDateTime *time.Time `json:"dataLastUpdatedDateTime,omitempty"`
+ // Sessions undocumented
+ Sessions []ExactMatchSession `json:"sessions,omitempty"`
+}