esi_client 0.0.1

Rust ESI API Client for EVE Online
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GetUniverseStructuresStructureIdOk

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**owner_id** | **i32** | The ID of the corporation who owns this particular structure | 
**type_id** | **i32** | type_id integer | [optional] 
**name** | **String** | The full name of the structure | 
**solar_system_id** | **i32** | solar_system_id integer | 
**position** | [***::models::GetUniverseStructuresStructureIdPosition**](get_universe_structures_structure_id_position.md) |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)