summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go
deleted file mode 100644
index 35bf6ca7..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// Participant undocumented
-type Participant struct {
- // Entity is the base model of Participant
- Entity
- // Info undocumented
- Info *ParticipantInfo `json:"info,omitempty"`
- // RecordingInfo undocumented
- RecordingInfo *RecordingInfo `json:"recordingInfo,omitempty"`
- // MediaStreams undocumented
- MediaStreams []MediaStream `json:"mediaStreams,omitempty"`
- // Metadata undocumented
- Metadata *string `json:"metadata,omitempty"`
- // IsMuted undocumented
- IsMuted *bool `json:"isMuted,omitempty"`
- // IsInLobby undocumented
- IsInLobby *bool `json:"isInLobby,omitempty"`
-}