Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 644 Bytes

File metadata and controls

22 lines (16 loc) · 644 Bytes

EzmaxApi::CustomFormsDataFolderResponse

Properties

Name Type Description Notes
pki_ezsignfolder_id Integer The unique ID of the Ezsignfolder
s_ezsignfolder_description String The description of the Ezsignfolder
a_obj_form_data_document Array<CustomFormDataDocumentResponse>

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomFormsDataFolderResponse.new(
  pki_ezsignfolder_id: 33,
  s_ezsignfolder_description: Test eZsign Folder,
  a_obj_form_data_document: null
)