Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

ModulegroupResponse.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

EzmaxApi::ModulegroupResponse

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

Example

require 'Ezmaxapi'

instance = EzmaxApi::ModulegroupResponse.new(
  pki_modulegroup_id: 46,
  s_modulegroup_name_x: Management
)