Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

PostCharactersCharacterIdMailRecipient.md

File metadata and controls

20 lines (14 loc) · 451 Bytes

RubyEveesiClient::PostCharactersCharacterIdMailRecipient

Properties

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

Example

require 'ruby_eveesi_client'

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