summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelComment.go
blob: 0443e7b41876b2e04a7e52512bb15eb46d1ae55d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// CommentAction undocumented
type CommentAction struct {
	// Object is the base model of CommentAction
	Object
	// IsReply undocumented
	IsReply *bool `json:"isReply,omitempty"`
	// ParentAuthor undocumented
	ParentAuthor *IdentitySet `json:"parentAuthor,omitempty"`
	// Participants undocumented
	Participants []IdentitySet `json:"participants,omitempty"`
}