summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchDataStoreModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchDataStoreModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchDataStoreModel.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchDataStoreModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchDataStoreModel.go
deleted file mode 100644
index d5a41493..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchDataStoreModel.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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"`
-}