Name | Type | Description | Notes |
---|---|---|---|
stargate_id | Integer | The stargate this stargate connects to | |
system_id | Integer | The solar system this stargate connects to |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetUniverseStargatesStargateIdDestination.new(
stargate_id: null,
system_id: null
)