summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SharingInvitationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SharingInvitationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SharingInvitationModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SharingInvitationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SharingInvitationModel.go
deleted file mode 100644
index 114d9300..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/SharingInvitationModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// SharingInvitation undocumented
-type SharingInvitation struct {
- // Object is the base model of SharingInvitation
- Object
- // Email undocumented
- Email *string `json:"email,omitempty"`
- // InvitedBy undocumented
- InvitedBy *IdentitySet `json:"invitedBy,omitempty"`
- // RedeemedBy undocumented
- RedeemedBy *string `json:"redeemedBy,omitempty"`
- // SignInRequired undocumented
- SignInRequired *bool `json:"signInRequired,omitempty"`
-}