5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-18 18:29:16 +00:00

18 lines
471 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PublicInnerError undocumented
type PublicInnerError struct {
// Object is the base model of PublicInnerError
Object
// Code undocumented
Code *string `json:"code,omitempty"`
// Details undocumented
Details []PublicErrorDetail `json:"details,omitempty"`
// Message undocumented
Message *string `json:"message,omitempty"`
// Target undocumented
Target *string `json:"target,omitempty"`
}