summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AlbumModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AlbumModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AlbumModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AlbumModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AlbumModel.go
deleted file mode 100644
index fb0f47b3..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/AlbumModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// Album undocumented
-type Album struct {
- // Object is the base model of Album
- Object
- // CoverImageItemID undocumented
- CoverImageItemID *string `json:"coverImageItemId,omitempty"`
-}