summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ImageModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ImageModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ImageModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ImageModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ImageModel.go
deleted file mode 100644
index 8349e70f..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ImageModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// Image undocumented
-type Image struct {
- // Object is the base model of Image
- Object
- // Height undocumented
- Height *int `json:"height,omitempty"`
- // Width undocumented
- Width *int `json:"width,omitempty"`
-}