summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AudioRoutingGroupModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AudioRoutingGroupModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AudioRoutingGroupModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AudioRoutingGroupModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AudioRoutingGroupModel.go
deleted file mode 100644
index 24c4be9c..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/AudioRoutingGroupModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// AudioRoutingGroup undocumented
-type AudioRoutingGroup struct {
- // Entity is the base model of AudioRoutingGroup
- Entity
- // RoutingMode undocumented
- RoutingMode *RoutingMode `json:"routingMode,omitempty"`
- // Sources undocumented
- Sources []string `json:"sources,omitempty"`
- // Receivers undocumented
- Receivers []string `json:"receivers,omitempty"`
-}