blob: 5604183c8190ffaca4beb88ecb20d8e8e0e417c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen 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"`
}
|