Name | Type | Description | Notes |
---|---|---|---|
bookmark_id | Integer | bookmark_id integer | |
coordinates | GetCorporationsCorporationIdBookmarksCoordinates | [optional] | |
created | Time | created string | |
creator_id | Integer | creator_id integer | |
folder_id | Integer | folder_id integer | [optional] |
item | GetCorporationsCorporationIdBookmarksItem | [optional] | |
label | String | label string | |
location_id | Integer | location_id integer | |
notes | String | notes string |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetCorporationsCorporationIdBookmarks200Ok.new(
bookmark_id: null,
coordinates: null,
created: null,
creator_id: null,
folder_id: null,
item: null,
label: null,
location_id: null,
notes: null
)