diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DriveRecipientModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/DriveRecipientModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DriveRecipientModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DriveRecipientModel.go deleted file mode 100644 index 3c1ca6b9..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/DriveRecipientModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// DriveRecipient undocumented -type DriveRecipient struct { - // Object is the base model of DriveRecipient - Object - // Alias undocumented - Alias *string `json:"alias,omitempty"` - // Email undocumented - Email *string `json:"email,omitempty"` - // ObjectID undocumented - ObjectID *string `json:"objectId,omitempty"` -} |