Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 695 Bytes

UsergroupResponseCompound.md

File metadata and controls

24 lines (18 loc) · 695 Bytes

EzmaxApi::UsergroupResponseCompound

Properties

Name Type Description Notes
pki_usergroup_id Integer The unique ID of the Usergroup
obj_usergroup_name MultilingualUsergroupName
s_usergroup_name_x String The Name of the Usergroup in the language of the requester [optional]
obj_email EmailRequest [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::UsergroupResponseCompound.new(
  pki_usergroup_id: 2,
  obj_usergroup_name: null,
  s_usergroup_name_x: Administration,
  obj_email: null
)