blob: aecfd61aa45a714ae16a5ea89e71376b824d2a8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ItemActivityOLD undocumented
type ItemActivityOLD struct {
// Entity is the base model of ItemActivityOLD
Entity
// Action undocumented
Action *ItemActionSet `json:"action,omitempty"`
// Actor undocumented
Actor *IdentitySet `json:"actor,omitempty"`
// Times undocumented
Times *ItemActivityTimeSet `json:"times,omitempty"`
// DriveItem undocumented
DriveItem *DriveItem `json:"driveItem,omitempty"`
// ListItem undocumented
ListItem *ListItem `json:"listItem,omitempty"`
}
|