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