summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DataLossPreventionPolicyModel.go
blob: 848c095ddfae18d6276e2549605746b57f03fd92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DataLossPreventionPolicy undocumented
type DataLossPreventionPolicy struct {
	// Entity is the base model of DataLossPreventionPolicy
	Entity
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// ID undocumented
	ID *string `json:"id,omitempty"`
}