summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go
deleted file mode 100644
index c11ab480..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ItemPreviewInfo undocumented
-type ItemPreviewInfo struct {
- // Object is the base model of ItemPreviewInfo
- Object
- // GetURL undocumented
- GetURL *string `json:"getUrl,omitempty"`
- // PostParameters undocumented
- PostParameters *string `json:"postParameters,omitempty"`
- // PostURL undocumented
- PostURL *string `json:"postUrl,omitempty"`
-}