summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MeetingParticipantsModel.go
blob: ef9698b5acccfdae3f938a839a2b11486b72e904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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"`
}