summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/UploadSessionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/UploadSessionModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/UploadSessionModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/UploadSessionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/UploadSessionModel.go
deleted file mode 100644
index dfb43012..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/UploadSessionModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// UploadSession undocumented
-type UploadSession struct {
- // Object is the base model of UploadSession
- Object
- // UploadURL undocumented
- UploadURL *string `json:"uploadUrl,omitempty"`
- // ExpirationDateTime undocumented
- ExpirationDateTime *time.Time `json:"expirationDateTime,omitempty"`
- // NextExpectedRanges undocumented
- NextExpectedRanges []string `json:"nextExpectedRanges,omitempty"`
-}