5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 14:30:26 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityOLDModel.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"`
}