diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelMute.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelMute.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelMute.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelMute.go new file mode 100644 index 00000000..f680af3a --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelMute.go @@ -0,0 +1,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"` +} |