blob: a592ea3f5c4b7c9cf8c706013ffcd29ad59cfd82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// InnerErrorDetail undocumented
type InnerErrorDetail struct {
// Object is the base model of InnerErrorDetail
Object
// Source undocumented
Source *string `json:"source,omitempty"`
// Message undocumented
Message *string `json:"message,omitempty"`
}
|