incident_io_client.models.custom_field_option_v1
CustomFieldOptionV1
Example
{'custom_field_id': '01FCNDV6P870EA6S7TK1DSYDG0', 'id': '01FCNDV6P870EA6S7TK1DSYDG0', 'sort_key': 10, 'value': 'Product'}
Attributes:
Name | Type | Description |
---|---|---|
custom_field_id |
str
|
ID of the custom field this option belongs to Example: 01FCNDV6P870EA6S7TK1DSYDG0. |
id |
str
|
Unique identifier for the custom field option Example: 01FCNDV6P870EA6S7TK1DSYDG0. |
sort_key |
int
|
Sort key used to order the custom field options correctly Default: 1000. Example: 10. |
value |
str
|
Human readable name for the custom field option Example: Product. |