summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ResultInfoModel.go
blob: 9b34e8f9a580e72016c87b249a61f1712af21379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go 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"`
}