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

     1  # GetCharactersCharacterIdMailMailIdOk
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Body** | **string** | Mail's body | [optional] [default to null]
     7  **From** | **int32** | From whom the mail was sent | [optional] [default to null]
     8  **Labels** | **[]int32** | Labels attached to the mail | [optional] [default to null]
     9  **Read** | **bool** | Whether the mail is flagged as read | [optional] [default to null]
    10  **Recipients** | [**[]GetCharactersCharacterIdMailMailIdRecipient**](get_characters_character_id_mail_mail_id_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