summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DriveRecipientModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DriveRecipientModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DriveRecipientModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DriveRecipientModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DriveRecipientModel.go
new file mode 100644
index 00000000..3c1ca6b9
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/DriveRecipientModel.go
@@ -0,0 +1,15 @@
+// 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"`
+}