Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 807 Bytes

GetCorporationsCorporationIdRolesHistory200Ok.md

File metadata and controls

28 lines (22 loc) · 807 Bytes

RubyEveesiClient::GetCorporationsCorporationIdRolesHistory200Ok

Properties

Name Type Description Notes
changed_at Time changed_at string
character_id Integer The character whose roles are changed
issuer_id Integer ID of the character who issued this change
new_roles Array<String> new_roles array
old_roles Array<String> old_roles array
role_type String role_type string

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCorporationsCorporationIdRolesHistory200Ok.new(
  changed_at: null,
  character_id: null,
  issuer_id: null,
  new_roles: null,
  old_roles: null,
  role_type: null
)