Name | Type | Description | Notes |
---|---|---|---|
text | str | Comment body. | |
author_id | int | ID of the Comment author's User instance. | |
obj_id | str | ID of the Comment's Obj. | |
ctype | str, none_type | Comment type. Can be one of 'text' or 'redshift'. | [optional] |
attachment_name | str, none_type | Filename of the attachment. | [optional] |
attachment_bytes | str, none_type | Binary representation of the attachment. | [optional] |
origin | str, none_type | Comment origin. | [optional] |