# UpdatePriorityDetails
## Properties
**avatar_id** | Option<**i64**> | The ID for the avatar for the priority. This parameter is nullable and both iconUrl and avatarId cannot be defined. | [optional]
**description** | Option<**String**> | The description of the priority. | [optional]
**icon_url** | Option<**String**> | The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used. Both iconUrl and avatarId cannot be defined. | [optional]
**name** | Option<**String**> | The name of the priority. Must be unique. | [optional]
**status_color** | Option<**String**> | The status color of the priority in 3-digit or 6-digit hexadecimal format. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)