Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 412 Bytes

PostCharactersCharacterIdAssetsNames200Ok.md

File metadata and controls

20 lines (14 loc) · 412 Bytes

RubyEveesiClient::PostCharactersCharacterIdAssetsNames200Ok

Properties

Name Type Description Notes
item_id Integer item_id integer
name String name string

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::PostCharactersCharacterIdAssetsNames200Ok.new(
  item_id: null,
  name: null
)