Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 738 Bytes

EzsignsignergroupResponseCompound.md

File metadata and controls

22 lines (16 loc) · 738 Bytes

EzmaxApi::EzsignsignergroupResponseCompound

Properties

Name Type Description Notes
pki_ezsignsignergroup_id Integer The unique ID of the Ezsignsignergroup
obj_ezsignsignergroup_description MultilingualEzsignsignergroupDescription
s_ezsignsignergroup_description_x String The Description of the Ezsignsignergroup in the language of the requester [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignsignergroupResponseCompound.new(
  pki_ezsignsignergroup_id: 27,
  obj_ezsignsignergroup_description: null,
  s_ezsignsignergroup_description_x: HR
)