github.com/yaegashi/msgraph.go@v0.1.4/v1.0/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  // ParticipantMuteRequestParameter undocumented
    14  type ParticipantMuteRequestParameter struct {
    15  	// ClientContext undocumented
    16  	ClientContext *string `json:"clientContext,omitempty"`
    17  }