Name | Type | Description | Notes |
---|---|---|---|
text | str | The comment text. | |
author_id | str | The Member ID of the Comment's author. Defaults to the user identified by the API token. | [optional] |
created_at | datetime | Defaults to the time/date the comment is created, but can be set to reflect another date. | [optional] |
updated_at | datetime | Defaults to the time/date the comment is last updated, but can be set to reflect another date. | [optional] |
external_id | str | This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here. | [optional] |
parent_id | int | The ID of the Comment that this comment is threaded under. | [optional] |