blob: 4e84954f9dc891e75efec7699fe3a3ed085f88bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ClassificationJobResponse undocumented
type ClassificationJobResponse struct {
// JobResponseBase is the base model of ClassificationJobResponse
JobResponseBase
// Result undocumented
Result *DetectedSensitiveContentWrapper `json:"result,omitempty"`
}
|