Name | Type | Description | Notes |
---|---|---|---|
name | String | name string | |
position | GetUniverseAsteroidBeltsAsteroidBeltIdPosition | ||
system_id | Integer | The solar system this asteroid belt is in |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetUniverseAsteroidBeltsAsteroidBeltIdOk.new(
name: null,
position: null,
system_id: null
)