Name | Type | Description | Notes |
---|---|---|---|
amount | Float | The amount bid, in ISK | |
bid_id | Integer | Unique ID for the bid | |
date_bid | Time | Datetime when the bid was placed |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetContractsPublicBidsContractId200Ok.new(
amount: null,
bid_id: null,
date_bid: null
)