blob: 6c83a995c4c650ad8565fa30db7b8a904f3d04a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// InviteParticipantsOperation undocumented
type InviteParticipantsOperation struct {
// CommsOperation is the base model of InviteParticipantsOperation
CommsOperation
// Participants undocumented
Participants []InvitationParticipantInfo `json:"participants,omitempty"`
}
|