blob: cb76c084f6b941929e9689c57a30a5e7a65837b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go 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"`
}
|