github.com/yaegashi/msgraph.go@v0.1.4/beta/ActionParticipant.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ParticipantCollectionInviteRequestParameter undocumented
     6  type ParticipantCollectionInviteRequestParameter struct {
     7  	// Participants undocumented
     8  	Participants []InvitationParticipantInfo `json:"participants,omitempty"`
     9  	// ClientContext undocumented
    10  	ClientContext *string `json:"clientContext,omitempty"`
    11  }
    12  
    13  // ParticipantCollectionMuteAllRequestParameter undocumented
    14  type ParticipantCollectionMuteAllRequestParameter struct {
    15  	// Participants undocumented
    16  	Participants []string `json:"participants,omitempty"`
    17  	// ClientContext undocumented
    18  	ClientContext *string `json:"clientContext,omitempty"`
    19  }
    20  
    21  // ParticipantMuteRequestParameter undocumented
    22  type ParticipantMuteRequestParameter struct {
    23  	// ClientContext undocumented
    24  	ClientContext *string `json:"clientContext,omitempty"`
    25  }