# SubItem

The base class for authored entities that are associated with an issue.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| author |  [User](Import-User.html)  |  The author of the entity.   |
| created |  string  |  The date and time when the entity was created. The expected string format is one of those returned by the `getTimestampFormats` function.   |
| id |  string  |  The ID of the entity.   |
| updated |  string  |  The date and time when the entity was last updated. The expected string format is one of those returned by the `getTimestampFormats` function.   |
| updatedBy |  [User](Import-User.html)  |  The user who last updated the entity.   |

## See also

[User](Import-User.html)

