Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 883 Bytes

GetCharactersCharacterIdContacts200Ok.md

File metadata and controls

28 lines (22 loc) · 883 Bytes

RubyEveesiClient::GetCharactersCharacterIdContacts200Ok

Properties

Name Type Description Notes
contact_id Integer contact_id integer
contact_type String contact_type string
is_blocked Boolean Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false [optional]
is_watched Boolean Whether this contact is being watched [optional]
label_ids Array<Integer> label_ids array [optional]
standing Float Standing of the contact

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdContacts200Ok.new(
  contact_id: null,
  contact_type: null,
  is_blocked: null,
  is_watched: null,
  label_ids: null,
  standing: null
)