mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 14:30:26 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|