Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.05 KB

GetCharactersCharacterIdBookmarks200Ok.md

File metadata and controls

34 lines (28 loc) · 1.05 KB

RubyEveesiClient::GetCharactersCharacterIdBookmarks200Ok

Properties

Name Type Description Notes
bookmark_id Integer bookmark_id integer
coordinates GetCharactersCharacterIdBookmarksCoordinates [optional]
created Time created string
creator_id Integer creator_id integer
folder_id Integer folder_id integer [optional]
item GetCharactersCharacterIdBookmarksItem [optional]
label String label string
location_id Integer location_id integer
notes String notes string

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdBookmarks200Ok.new(
  bookmark_id: null,
  coordinates: null,
  created: null,
  creator_id: null,
  folder_id: null,
  item: null,
  label: null,
  location_id: null,
  notes: null
)