blob: f680af3a02b3917d72a3211a8abbf94692d9dbed (
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
// MuteParticipantOperation undocumented
type MuteParticipantOperation struct {
// CommsOperation is the base model of MuteParticipantOperation
CommsOperation
}
// MuteParticipantsOperation undocumented
type MuteParticipantsOperation struct {
// CommsOperation is the base model of MuteParticipantsOperation
CommsOperation
// Participants undocumented
Participants []string `json:"participants,omitempty"`
}
|