Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 623 Bytes

UsergroupexternalRequestCompound.md

File metadata and controls

22 lines (16 loc) · 623 Bytes

EzmaxApi::UsergroupexternalRequestCompound

Properties

Name Type Description Notes
pki_usergroupexternal_id Integer The unique ID of the Usergroupexternal [optional]
s_usergroupexternal_name String The name of the Usergroupexternal
s_usergroupexternal_id String The id of the Usergroupexternal

Example

require 'Ezmaxapi'

instance = EzmaxApi::UsergroupexternalRequestCompound.new(
  pki_usergroupexternal_id: 16,
  s_usergroupexternal_name: Administrators,
  s_usergroupexternal_id: 5140-1542
)