blob: eccdd6c0e34f3032a9b3f489238b5e78d0d65f8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SharedDriveItem undocumented
type SharedDriveItem struct {
// BaseItem is the base model of SharedDriveItem
BaseItem
// Owner undocumented
Owner *IdentitySet `json:"owner,omitempty"`
// DriveItem undocumented
DriveItem *DriveItem `json:"driveItem,omitempty"`
// Items undocumented
Items []DriveItem `json:"items,omitempty"`
// List undocumented
List *List `json:"list,omitempty"`
// ListItem undocumented
ListItem *ListItem `json:"listItem,omitempty"`
// Permission undocumented
Permission *Permission `json:"permission,omitempty"`
// Root undocumented
Root *DriveItem `json:"root,omitempty"`
// Site undocumented
Site *Site `json:"site,omitempty"`
}
|