# CharactersCharacterIdRolesGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **roles** | **Set<string>** | | [optional] [default to undefined] **roles_at_base** | **Set<string>** | | [optional] [default to undefined] **roles_at_hq** | **Set<string>** | | [optional] [default to undefined] **roles_at_other** | **Set<string>** | | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdRolesGet } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdRolesGet = { roles, roles_at_base, roles_at_hq, roles_at_other, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)