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