blob: 48ee9c024962f545105383b496dda8b9a4460b8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EventMessageResponse undocumented
type EventMessageResponse struct {
// EventMessage is the base model of EventMessageResponse
EventMessage
// ProposedNewTime undocumented
ProposedNewTime *TimeSlot `json:"proposedNewTime,omitempty"`
// ResponseType undocumented
ResponseType *ResponseType `json:"responseType,omitempty"`
}
|