summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DlpActionInfoModel.go
blob: 939255ce7c8cf12c3083c326cc1d6fc182ecc62d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DlpActionInfo undocumented
type DlpActionInfo struct {
	// Object is the base model of DlpActionInfo
	Object
	// Action undocumented
	Action *DlpAction `json:"action,omitempty"`
}