# EveSwaggerInterface.GetCharactersCharacterIdOk

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allianceId** | **Number** | The character&#39;s alliance ID | [optional] 
**ancestryId** | **Number** | ancestry_id integer | [optional] 
**birthday** | **Date** | Creation date of the character | 
**bloodlineId** | **Number** | bloodline_id integer | 
**corporationId** | **Number** | The character&#39;s corporation ID | 
**description** | **String** | description string | [optional] 
**factionId** | **Number** | ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare | [optional] 
**gender** | **String** | gender string | 
**name** | **String** | name string | 
**raceId** | **Number** | race_id integer | 
**securityStatus** | **Number** | security_status number | [optional] 


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


* `female` (value: `"female"`)

* `male` (value: `"male"`)




