Name | Type | Description | Notes |
---|---|---|---|
pki_usergroup_id | Integer | The unique ID of the Usergroup | [optional] |
obj_usergroup_name | MultilingualUsergroupName |
require 'Ezmaxapi'
instance = EzmaxApi::UsergroupRequestCompound.new(
pki_usergroup_id: 2,
obj_usergroup_name: null
)