mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 04:30:26 +00:00
20 lines
561 B
Go
20 lines
561 B
Go
|
// 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"`
|
||
|
}
|