Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

GetCharactersCharacterIdContactsLabels200Ok.md

File metadata and controls

20 lines (14 loc) · 437 Bytes

RubyEveesiClient::GetCharactersCharacterIdContactsLabels200Ok

Properties

Name Type Description Notes
label_id Integer label_id integer
label_name String label_name string

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdContactsLabels200Ok.new(
  label_id: null,
  label_name: null
)