blob: feb5a2e2bdcb46c971baea67b1f2589b6de30bbc (
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
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"`
}
|