Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 558 Bytes

GetUniverseCategoriesCategoryIdOk.md

File metadata and controls

24 lines (18 loc) · 558 Bytes

RubyEveesiClient::GetUniverseCategoriesCategoryIdOk

Properties

Name Type Description Notes
category_id Integer category_id integer
groups Array<Integer> groups array
name String name string
published Boolean published boolean

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseCategoriesCategoryIdOk.new(
  category_id: null,
  groups: null,
  name: null,
  published: null
)