Method: ESIClient::GetCharactersCharacterIdBookmarks200Ok.attribute_map

Defined in:
lib/esi_client/models/get_characters_character_id_bookmarks_200_ok.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



44
45
46
47
48
49
50
51
52
53
54
55
56
# File 'lib/esi_client/models/get_characters_character_id_bookmarks_200_ok.rb', line 44

def self.attribute_map
  {
    :'bookmark_id' => :'bookmark_id',
    :'folder_id' => :'folder_id',
    :'created' => :'created',
    :'label' => :'label',
    :'notes' => :'notes',
    :'location_id' => :'location_id',
    :'creator_id' => :'creator_id',
    :'item' => :'item',
    :'coordinates' => :'coordinates'
  }
end