Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 552 Bytes

GetCharactersCharacterIdMailLabelsOk.md

File metadata and controls

20 lines (14 loc) · 552 Bytes

RubyEveesiClient::GetCharactersCharacterIdMailLabelsOk

Properties

Name Type Description Notes
labels Array<GetCharactersCharacterIdMailLabelsLabel> labels array [optional]
total_unread_count Integer total_unread_count integer [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdMailLabelsOk.new(
  labels: null,
  total_unread_count: null
)