blob: 16bce035af59581a1997892480fe57a31855afb7 (
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
// PublicInnerError undocumented
type PublicInnerError struct {
// Object is the base model of PublicInnerError
Object
// Code undocumented
Code *string `json:"code,omitempty"`
// Details undocumented
Details []PublicErrorDetail `json:"details,omitempty"`
// Message undocumented
Message *string `json:"message,omitempty"`
// Target undocumented
Target *string `json:"target,omitempty"`
}
|