# CorporationsCorporationIdRolesGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **character_id** | **number** | | [default to undefined] **grantable_roles** | **Set<string>** | | [optional] [default to undefined] **grantable_roles_at_base** | **Set<string>** | | [optional] [default to undefined] **grantable_roles_at_hq** | **Set<string>** | | [optional] [default to undefined] **grantable_roles_at_other** | **Set<string>** | | [optional] [default to undefined] **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 { CorporationsCorporationIdRolesGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdRolesGetInner = { character_id, grantable_roles, grantable_roles_at_base, grantable_roles_at_hq, grantable_roles_at_other, 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)