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, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go
new file mode 100644
index 00000000..c11ab480
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ItemPreviewInfoModel.go
@@ -0,0 +1,15 @@
+// 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"`
+}