CommentResult
union CommentResult =
| Comment
| InvalidInputError
| NotFoundError
| PermissionDeniedErrorPossible types
Comment object
InvalidInputError object
NotFoundError object
PermissionDeniedError object
Returned By
Last updated
Was this helpful?