Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 866 Bytes

File metadata and controls

26 lines (20 loc) · 866 Bytes

EzmaxApi::ModulesectionResponseCompound

Properties

Name Type Description Notes
pki_modulesection_id Integer The unique ID of the Modulesection
fki_module_id Integer The unique ID of the Module
s_modulesection_internalname String The Internal name of the Module section.
s_modulesection_name_x String The Name of the Modulesection in the language of the requester
a_obj_permission Array<PermissionResponseCompound> [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::ModulesectionResponseCompound.new(
  pki_modulesection_id: 53,
  fki_module_id: 40,
  s_modulesection_internalname: Access,
  s_modulesection_name_x: Access,
  a_obj_permission: null
)