Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

GetUniverseSchematicsSchematicIdOk.md

File metadata and controls

20 lines (14 loc) · 451 Bytes

RubyEveesiClient::GetUniverseSchematicsSchematicIdOk

Properties

Name Type Description Notes
cycle_time Integer Time in seconds to process a run
schematic_name String schematic_name string

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseSchematicsSchematicIdOk.new(
  cycle_time: null,
  schematic_name: null
)