Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 391 Bytes

PostUniverseIdsConstellation.md

File metadata and controls

20 lines (14 loc) · 391 Bytes

RubyEveesiClient::PostUniverseIdsConstellation

Properties

Name Type Description Notes
id Integer id integer [optional]
name String name string [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::PostUniverseIdsConstellation.new(
  id: null,
  name: null
)