# PutCharactersCharacterIdMailMailIdRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **labels** | **Set<number>** | Labels to assign to the mail. Pre-existing labels are unassigned. | [optional] [default to undefined] **read** | **boolean** | Whether the mail is flagged as read | [optional] [default to undefined] ## Example ```typescript import { PutCharactersCharacterIdMailMailIdRequest } from 'eve-esi-client-ts'; const instance: PutCharactersCharacterIdMailMailIdRequest = { labels, read, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)