diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelUnmute.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelUnmute.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelUnmute.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelUnmute.go new file mode 100644 index 00000000..d37eaf01 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelUnmute.go @@ -0,0 +1,9 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// UnmuteParticipantOperation undocumented +type UnmuteParticipantOperation struct { + // CommsOperation is the base model of UnmuteParticipantOperation + CommsOperation +} |