summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelResult.go
blob: a0129c656876bfa6c28a451aca24b129a2f98bb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// ResultInfo undocumented
type ResultInfo struct {
	// Object is the base model of ResultInfo
	Object
	// Code undocumented
	Code *int `json:"code,omitempty"`
	// Subcode undocumented
	Subcode *int `json:"subcode,omitempty"`
	// Message undocumented
	Message *string `json:"message,omitempty"`
}