blob: c91400536450788ff07ad576c0048f120697f750 (
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
// GenericError undocumented
type GenericError struct {
// Object is the base model of GenericError
Object
// Message undocumented
Message *string `json:"message,omitempty"`
// Code undocumented
Code *string `json:"code,omitempty"`
}
|