# KianaApi.TrackableResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customFields** | [**[CustomFieldValueResponse]**](CustomFieldValueResponse.md) |  | [optional] 
**description** | **String** |  | [optional] 
**id** | **Number** |  | [optional] 
**macAddress** | **String** |  | [optional] 
**notes** | [**[NoteResponse]**](NoteResponse.md) |  | [optional] 
**objectType** | **String** |  | [optional] 
**risk** | **String** |  | [optional] 
**tags** | [**[TagResponse]**](TagResponse.md) |  | [optional] 


<a name="ObjectTypeEnum"></a>
## Enum: ObjectTypeEnum


* `Unknown` (value: `"Unknown"`)

* `Agent` (value: `"Agent"`)

* `Person` (value: `"Person"`)

* `Vehicle` (value: `"Vehicle"`)

* `Laptop` (value: `"Laptop"`)

* `Phone` (value: `"Phone"`)

* `Wearable` (value: `"Wearable"`)




<a name="RiskEnum"></a>
## Enum: RiskEnum


* `Yellow` (value: `"Yellow"`)

* `Orange` (value: `"Orange"`)

* `Red` (value: `"Red"`)

* `Green` (value: `"Green"`)




