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