Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.37 KB

WebhookEzsignDocumentCompleted.md

File metadata and controls

93 lines (50 loc) · 3.37 KB

WebhookEzsignDocumentCompleted

Properties

Name Type Description Notes
ObjEzsigndocument EzsigndocumentResponse
ObjWebhook WebhookResponse
AObjAttempt []AttemptResponse An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.

Methods

NewWebhookEzsignDocumentCompleted

func NewWebhookEzsignDocumentCompleted(objEzsigndocument EzsigndocumentResponse, objWebhook WebhookResponse, aObjAttempt []AttemptResponse, ) *WebhookEzsignDocumentCompleted

NewWebhookEzsignDocumentCompleted instantiates a new WebhookEzsignDocumentCompleted object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewWebhookEzsignDocumentCompletedWithDefaults

func NewWebhookEzsignDocumentCompletedWithDefaults() *WebhookEzsignDocumentCompleted

NewWebhookEzsignDocumentCompletedWithDefaults instantiates a new WebhookEzsignDocumentCompleted object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetObjEzsigndocument

func (o *WebhookEzsignDocumentCompleted) GetObjEzsigndocument() EzsigndocumentResponse

GetObjEzsigndocument returns the ObjEzsigndocument field if non-nil, zero value otherwise.

GetObjEzsigndocumentOk

func (o *WebhookEzsignDocumentCompleted) GetObjEzsigndocumentOk() (*EzsigndocumentResponse, bool)

GetObjEzsigndocumentOk returns a tuple with the ObjEzsigndocument field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObjEzsigndocument

func (o *WebhookEzsignDocumentCompleted) SetObjEzsigndocument(v EzsigndocumentResponse)

SetObjEzsigndocument sets ObjEzsigndocument field to given value.

GetObjWebhook

func (o *WebhookEzsignDocumentCompleted) GetObjWebhook() WebhookResponse

GetObjWebhook returns the ObjWebhook field if non-nil, zero value otherwise.

GetObjWebhookOk

func (o *WebhookEzsignDocumentCompleted) GetObjWebhookOk() (*WebhookResponse, bool)

GetObjWebhookOk returns a tuple with the ObjWebhook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObjWebhook

func (o *WebhookEzsignDocumentCompleted) SetObjWebhook(v WebhookResponse)

SetObjWebhook sets ObjWebhook field to given value.

GetAObjAttempt

func (o *WebhookEzsignDocumentCompleted) GetAObjAttempt() []AttemptResponse

GetAObjAttempt returns the AObjAttempt field if non-nil, zero value otherwise.

GetAObjAttemptOk

func (o *WebhookEzsignDocumentCompleted) GetAObjAttemptOk() (*[]AttemptResponse, bool)

GetAObjAttemptOk returns a tuple with the AObjAttempt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAObjAttempt

func (o *WebhookEzsignDocumentCompleted) SetAObjAttempt(v []AttemptResponse)

SetAObjAttempt sets AObjAttempt field to given value.

[Back to Model list] [Back to API list] [Back to README]