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