# CorporationsCorporationIdTitlesGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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] **name** | **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] **title_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { CorporationsCorporationIdTitlesGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdTitlesGetInner = { grantable_roles, grantable_roles_at_base, grantable_roles_at_hq, grantable_roles_at_other, name, roles, roles_at_base, roles_at_hq, roles_at_other, title_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)