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 |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetAlliancesAllianceIdContacts200Ok.new(
contact_id: null,
contact_type: null,
label_ids: null,
standing: null
)