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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // CommentAction undocumented
     6  type CommentAction struct {
     7  	// Object is the base model of CommentAction
     8  	Object
     9  	// IsReply undocumented
    10  	IsReply *bool `json:"isReply,omitempty"`
    11  	// ParentAuthor undocumented
    12  	ParentAuthor *IdentitySet `json:"parentAuthor,omitempty"`
    13  	// Participants undocumented
    14  	Participants []IdentitySet `json:"participants,omitempty"`
    15  }