Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 708 Bytes

WebhookEzsignFolderDisposed.md

File metadata and controls

22 lines (16 loc) · 708 Bytes

EzmaxApi::WebhookEzsignFolderDisposed

Properties

Name Type Description Notes
obj_webhook CustomWebhookResponse
a_obj_attempt Array<AttemptResponseCompound> An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
obj_ezsignfolder EzsignfolderResponse

Example

require 'Ezmaxapi'

instance = EzmaxApi::WebhookEzsignFolderDisposed.new(
  obj_webhook: null,
  a_obj_attempt: null,
  obj_ezsignfolder: null
)