Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 612 Bytes

File metadata and controls

22 lines (16 loc) · 612 Bytes

EzmaxApi::ModulegroupResponseCompound

Properties

Name Type Description Notes
pki_modulegroup_id Integer The unique ID of the Modulegroup
s_modulegroup_name_x String The name of the Modulegroup in the language of the requester
a_obj_module Array<ModuleResponseCompound> [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::ModulegroupResponseCompound.new(
  pki_modulegroup_id: 46,
  s_modulegroup_name_x: Management,
  a_obj_module: null
)