Name | Type | Description | Notes |
---|---|---|---|
levels | Array<GetInsurancePricesLevel> | A list of a available insurance levels for this ship type | |
type_id | Integer | type_id integer |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetInsurancePrices200Ok.new(
levels: null,
type_id: null
)