View the Project on GitHub elements-storage/elements-sdk-python
An entry in the Media Library activity feed recording a change to an asset (a new comment, tag change, rating or custom-field edit) and who made it.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| asset | AssetMicro | ||
| root | MediaRootMiniWithCustomFields | ||
| custom_fields_diff | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | ||
| added_tags | [UnfilteredTag] | [readonly] | |
| removed_tags | [UnfilteredTag] | [readonly] | |
| type | str | ||
| date | datetime | [readonly] | |
| rating | int, none_type | ||
| comment | Comment | [optional] | |
| directory | MediaFile | [optional] | |
| user | ElementsUserMiniWithAvatar | [optional] |