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
# GetStatusOk

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_time** | **String** | Server start timestamp | 
**players** | **i32** | Current online player count | 
**server_version** | **String** | Running version as string | 
**vip** | **bool** | If the server is in VIP mode | [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)