# MetaNameEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **date** | **string** | The date ESI started insisting on this name (UTC-11). | [default to undefined] **name** | **string** | What those three letters allegedly stood for at the time. | [default to undefined] ## Example ```typescript import { MetaNameEntry } from 'eve-esi-client-ts'; const instance: MetaNameEntry = { date, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)