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

import "time"

// ResponseStatus undocumented
type ResponseStatus struct {
	// Object is the base model of ResponseStatus
	Object
	// Response undocumented
	Response *ResponseType `json:"response,omitempty"`
	// Time undocumented
	Time *time.Time `json:"time,omitempty"`
}