forked from jshiffer/matterbridge
30 lines
902 B
Go
30 lines
902 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ItemActionSet undocumented
|
||
|
type ItemActionSet struct {
|
||
|
// Object is the base model of ItemActionSet
|
||
|
Object
|
||
|
// Comment undocumented
|
||
|
Comment *CommentAction `json:"comment,omitempty"`
|
||
|
// Create undocumented
|
||
|
Create *CreateAction `json:"create,omitempty"`
|
||
|
// Delete undocumented
|
||
|
Delete *DeleteAction `json:"delete,omitempty"`
|
||
|
// Edit undocumented
|
||
|
Edit *EditAction `json:"edit,omitempty"`
|
||
|
// Mention undocumented
|
||
|
Mention *MentionAction `json:"mention,omitempty"`
|
||
|
// Move undocumented
|
||
|
Move *MoveAction `json:"move,omitempty"`
|
||
|
// Rename undocumented
|
||
|
Rename *RenameAction `json:"rename,omitempty"`
|
||
|
// Restore undocumented
|
||
|
Restore *RestoreAction `json:"restore,omitempty"`
|
||
|
// Share undocumented
|
||
|
Share *ShareAction `json:"share,omitempty"`
|
||
|
// Version undocumented
|
||
|
Version *VersionAction `json:"version,omitempty"`
|
||
|
}
|