Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 623 Bytes

EzsignfolderGetListV1ResponseMPayload.md

File metadata and controls

22 lines (16 loc) · 623 Bytes

EzmaxApi::EzsignfolderGetListV1ResponseMPayload

Properties

Name Type Description Notes
i_row_returned Integer The number of rows returned
i_row_filtered Integer The number of rows matching your filters (if any) or the total number of rows
a_obj_ezsignfolder Array<EzsignfolderListElement>

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignfolderGetListV1ResponseMPayload.new(
  i_row_returned: 100,
  i_row_filtered: 533,
  a_obj_ezsignfolder: null
)