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

package msgraph

// DetectedSensitiveContentWrapper undocumented
type DetectedSensitiveContentWrapper struct {
	// Object is the base model of DetectedSensitiveContentWrapper
	Object
	// Classification undocumented
	Classification []DetectedSensitiveContent `json:"classification,omitempty"`
}