blob: 7a2b07a28814f930272618528159d6dbccf7603f (
plain) (
tree)
|
|
// 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"`
}
|