summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go
deleted file mode 100644
index ef9698b5..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MeetingParticipants undocumented
-type MeetingParticipants struct {
- // Object is the base model of MeetingParticipants
- Object
- // Organizer undocumented
- Organizer *MeetingParticipantInfo `json:"organizer,omitempty"`
- // Attendees undocumented
- Attendees []MeetingParticipantInfo `json:"attendees,omitempty"`
- // Producers undocumented
- Producers []MeetingParticipantInfo `json:"producers,omitempty"`
- // Contributors undocumented
- Contributors []MeetingParticipantInfo `json:"contributors,omitempty"`
-}