diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/CommentActionModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/CommentActionModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/CommentActionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/CommentActionModel.go deleted file mode 100644 index 2b7daaef..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/CommentActionModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go 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"` -} |