summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ItemActionSetModel.go
blob: f42c996ae5b57b3032bc6d71dd8908754d139bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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"`
}