Name | Type | Description | Notes |
---|---|---|---|
labels | Array<GetCharactersCharacterIdMailLabelsLabel> | labels array | [optional] |
total_unread_count | Integer | total_unread_count integer | [optional] |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetCharactersCharacterIdMailLabelsOk.new(
labels: null,
total_unread_count: null
)