summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MuteParticipantsOperationModel.go
blob: 8dc6677d20c635a87148616bb2407c0346100903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// MuteParticipantsOperation undocumented
type MuteParticipantsOperation struct {
	// CommsOperation is the base model of MuteParticipantsOperation
	CommsOperation
	// Participants undocumented
	Participants []string `json:"participants,omitempty"`
}