incident_io_client.models.follow_up_priority_v2
FollowUpPriorityV2
Example
{'description': 'A follow-up that requires immediate attention.', 'id': '01GNW4BAQ7XRMFF6FHKNXDFPRW', 'name': 'Urgent', 'rank': 10}
Attributes:
Name | Type | Description |
---|---|---|
id |
str
|
Unique identifier for the follow-up priority option Example: 01GNW4BAQ7XRMFF6FHKNXDFPRW. |
name |
str
|
Name of the follow-up priority option Example: Urgent. |
rank |
int
|
Rank is used to order the follow-up priority options correctly Example: 10. |
description |
Union[Unset, str]
|
Description of the follow-up priority option Example: A follow-up that requires immediate attention.. |