blob: 3c1ca6b9b3b27eb6c7a24e91aeb41aae5a5ebec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"`
}
|