summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelInvited.go
blob: 0c79e38af81dc61925e0f74784713a508b381f93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// InvitedUserMessageInfo undocumented
type InvitedUserMessageInfo struct {
	// Object is the base model of InvitedUserMessageInfo
	Object
	// CcRecipients undocumented
	CcRecipients []Recipient `json:"ccRecipients,omitempty"`
	// MessageLanguage undocumented
	MessageLanguage *string `json:"messageLanguage,omitempty"`
	// CustomizedMessageBody undocumented
	CustomizedMessageBody *string `json:"customizedMessageBody,omitempty"`
}