Name | Type | Description | Notes |
---|---|---|---|
category_id | Integer | category_id integer | |
groups | Array<Integer> | groups array | |
name | String | name string | |
published | Boolean | published boolean |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetUniverseCategoriesCategoryIdOk.new(
category_id: null,
groups: null,
name: null,
published: null
)