| 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_ezsigndocument | EzsigndocumentResponse |
require 'Ezmaxapi'
instance = EzmaxApi::WebhookEzsignDocumentFormCompleted.new(
obj_webhook: null,
a_obj_attempt: null,
obj_ezsigndocument: null
)