Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 697 Bytes

GetCharactersCharacterIdCalendar200Ok.md

File metadata and controls

26 lines (20 loc) · 697 Bytes

RubyEveesiClient::GetCharactersCharacterIdCalendar200Ok

Properties

Name Type Description Notes
event_date Time event_date string [optional]
event_id Integer event_id integer [optional]
event_response String event_response string [optional]
importance Integer importance integer [optional]
title String title string [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdCalendar200Ok.new(
  event_date: null,
  event_id: null,
  event_response: null,
  importance: null,
  title: null
)