blob: e4fc1c14a3beff730c589df5fdc1ea0ba06ca701 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ClassifcationErrorBase undocumented
type ClassifcationErrorBase struct {
// Object is the base model of ClassifcationErrorBase
Object
// Code undocumented
Code *string `json:"code,omitempty"`
// Message undocumented
Message *string `json:"message,omitempty"`
// Target undocumented
Target *string `json:"target,omitempty"`
// InnerError undocumented
InnerError *ClassificationInnerError `json:"innerError,omitempty"`
}
|