github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/docs/GetCharactersCharacterIdMail200Ok.md (about)

     1  # GetCharactersCharacterIdMail200Ok
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **From** | **int32** | From whom the mail was sent | [optional] [default to null]
     7  **IsRead** | **bool** | is_read boolean | [optional] [default to null]
     8  **Labels** | **[]int32** | labels array | [optional] [default to null]
     9  **MailId** | **int32** | mail_id integer | [optional] [default to null]
    10  **Recipients** | [**[]GetCharactersCharacterIdMailRecipient**](get_characters_character_id_mail_recipient.md) | Recipients of the mail | [optional] [default to null]
    11  **Subject** | **string** | Mail subject | [optional] [default to null]
    12  **Timestamp** | [**time.Time**](time.Time.md) | When the mail was sent | [optional] [default to null]
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16