Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 461 Bytes

GetCharactersCharacterIdMailMailIdRecipient.md

File metadata and controls

20 lines (14 loc) · 461 Bytes

RubyEveesiClient::GetCharactersCharacterIdMailMailIdRecipient

Properties

Name Type Description Notes
recipient_id Integer recipient_id integer
recipient_type String recipient_type string

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdMailMailIdRecipient.new(
  recipient_id: null,
  recipient_type: null
)