summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/CalendarSharingMessageModel.go
blob: ce8c1fa18df39de8d3077250a73fd4c5fcf50672 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// CalendarSharingMessage undocumented
type CalendarSharingMessage struct {
	// Message is the base model of CalendarSharingMessage
	Message
	// CanAccept undocumented
	CanAccept *bool `json:"canAccept,omitempty"`
	// SuggestedCalendarName undocumented
	SuggestedCalendarName *string `json:"suggestedCalendarName,omitempty"`
	// SharingMessageAction undocumented
	SharingMessageAction *CalendarSharingMessageAction `json:"sharingMessageAction,omitempty"`
	// SharingMessageActions undocumented
	SharingMessageActions []CalendarSharingMessageAction `json:"sharingMessageActions,omitempty"`
}