| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The ID of the activity type | [optional] |
| name | string | The name of the activity type | [optional] |
| icon_key | \Pipedrive\Model\IconKey | [optional] | |
| color | string | A designated color for the activity type in 6-character HEX format (e.g. `FFFFFF` for white, `000000` for black) | [optional] |
| order_nr | int | An order number for the activity type. Order numbers should be used to order the types in the activity type selections. | [optional] |
| key_string | string | A string that is generated by the API based on the given name of the activity type upon creation | [optional] |
| active_flag | bool | The active flag of the activity type | [optional] |
| is_custom_flag | bool | Whether the activity type is a custom one or not | [optional] |
| add_time | string | The creation time of the activity type | [optional] |
| update_time | string | The update time of the activity type | [optional] |