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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // InviteParticipantsOperation undocumented
     6  type InviteParticipantsOperation struct {
     7  	// CommsOperation is the base model of InviteParticipantsOperation
     8  	CommsOperation
     9  	// Participants undocumented
    10  	Participants []InvitationParticipantInfo `json:"participants,omitempty"`
    11  }