Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 635 Bytes

EzsigntemplatedocumentEditObjectV1Response.md

File metadata and controls

22 lines (16 loc) · 635 Bytes

EzmaxApi::EzsigntemplatedocumentEditObjectV1Response

Properties

Name Type Description Notes
obj_debug_payload CommonResponseObjDebugPayload
obj_debug CommonResponseObjDebug [optional]
a_obj_warning Array<CommonResponseWarning> [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigntemplatedocumentEditObjectV1Response.new(
  obj_debug_payload: null,
  obj_debug: null,
  a_obj_warning: null
)