blob: b7bd5c23c3e4003e9051162fc3216b89fe1d3fa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PublicErrorResponse undocumented
type PublicErrorResponse struct {
// Object is the base model of PublicErrorResponse
Object
// Error undocumented
Error *PublicError `json:"error,omitempty"`
}
|