blob: 9bfe5717ccfd8c041a1f68534cfcea1e641463f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DlpPoliciesJobResult undocumented
type DlpPoliciesJobResult struct {
// Object is the base model of DlpPoliciesJobResult
Object
// MatchingRules undocumented
MatchingRules []MatchingDlpRule `json:"matchingRules,omitempty"`
}
|