summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/FileModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/FileModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/FileModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/FileModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/FileModel.go
deleted file mode 100644
index 5cfe5b17..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/FileModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// File undocumented
-type File struct {
- // Object is the base model of File
- Object
- // Hashes undocumented
- Hashes *Hashes `json:"hashes,omitempty"`
- // MimeType undocumented
- MimeType *string `json:"mimeType,omitempty"`
- // ProcessingMetadata undocumented
- ProcessingMetadata *bool `json:"processingMetadata,omitempty"`
-}