forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
25
vendor/github.com/yaegashi/msgraph.go/beta/ActionParticipant.go
generated
vendored
Normal file
25
vendor/github.com/yaegashi/msgraph.go/beta/ActionParticipant.go
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// ParticipantCollectionInviteRequestParameter undocumented
|
||||
type ParticipantCollectionInviteRequestParameter struct {
|
||||
// Participants undocumented
|
||||
Participants []InvitationParticipantInfo `json:"participants,omitempty"`
|
||||
// ClientContext undocumented
|
||||
ClientContext *string `json:"clientContext,omitempty"`
|
||||
}
|
||||
|
||||
// ParticipantCollectionMuteAllRequestParameter undocumented
|
||||
type ParticipantCollectionMuteAllRequestParameter struct {
|
||||
// Participants undocumented
|
||||
Participants []string `json:"participants,omitempty"`
|
||||
// ClientContext undocumented
|
||||
ClientContext *string `json:"clientContext,omitempty"`
|
||||
}
|
||||
|
||||
// ParticipantMuteRequestParameter undocumented
|
||||
type ParticipantMuteRequestParameter struct {
|
||||
// ClientContext undocumented
|
||||
ClientContext *string `json:"clientContext,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user