Name | Type | Description | Notes |
---|---|---|---|
from_id | Integer | from_id integer | |
from_type | String | from_type string | |
standing | Float | standing number |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetCorporationsCorporationIdStandings200Ok.new(
from_id: null,
from_type: null,
standing: null
)