Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 520 Bytes

PutCharactersCharacterIdMailMailIdContents.md

File metadata and controls

20 lines (14 loc) · 520 Bytes

RubyEveesiClient::PutCharactersCharacterIdMailMailIdContents

Properties

Name Type Description Notes
labels Array<Integer> Labels to assign to the mail. Pre-existing labels are unassigned. [optional]
read Boolean Whether the mail is flagged as read [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::PutCharactersCharacterIdMailMailIdContents.new(
  labels: null,
  read: null
)