blob: acd152ea23668fe4641d774d9fa7741a8b35c333 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EventMessageRequestObject undocumented
type EventMessageRequestObject struct {
// EventMessage is the base model of EventMessageRequestObject
EventMessage
// PreviousLocation undocumented
PreviousLocation *Location `json:"previousLocation,omitempty"`
// PreviousStartDateTime undocumented
PreviousStartDateTime *DateTimeTimeZone `json:"previousStartDateTime,omitempty"`
// PreviousEndDateTime undocumented
PreviousEndDateTime *DateTimeTimeZone `json:"previousEndDateTime,omitempty"`
// ResponseRequested undocumented
ResponseRequested *bool `json:"responseRequested,omitempty"`
// AllowNewTimeProposals undocumented
AllowNewTimeProposals *bool `json:"allowNewTimeProposals,omitempty"`
}
|