Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 604 Bytes

GetAlliancesAllianceIdContacts200Ok.md

File metadata and controls

24 lines (18 loc) · 604 Bytes

RubyEveesiClient::GetAlliancesAllianceIdContacts200Ok

Properties

Name Type Description Notes
contact_id Integer contact_id integer
contact_type String contact_type string
label_ids Array<Integer> label_ids array [optional]
standing Float Standing of the contact

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetAlliancesAllianceIdContacts200Ok.new(
  contact_id: null,
  contact_type: null,
  label_ids: null,
  standing: null
)