summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/InnerErrorDetailModel.go
blob: 4286e8a27e52e4119b786cd2bfaddf934588648f (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

// InnerErrorDetail undocumented
type InnerErrorDetail struct {
	// Object is the base model of InnerErrorDetail
	Object
	// Source undocumented
	Source *string `json:"source,omitempty"`
	// Message undocumented
	Message *string `json:"message,omitempty"`
}