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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**send_date** | **String** | send_date string | 
**sender_character_id** | **i32** | sender_character_id integer | 
**standing_level** | **f32** | A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad |  0 -> Neutral |  5 -> Good |  10 -> Excellent | 
**notification_id** | **i32** | notification_id integer | 
**message** | **String** | message string | 

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