# CharactersCharacterIdMailLabelsGetLabelsInner label object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | **string** | | [optional] [default to ColorEnum_Ffffff] **label_id** | **number** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **unread_count** | **number** | | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdMailLabelsGetLabelsInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdMailLabelsGetLabelsInner = { color, label_id, name, unread_count, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)