Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.39 KB

WebhookEzsignDocumentUnsent.md

File metadata and controls

93 lines (50 loc) · 3.39 KB

WebhookEzsignDocumentUnsent

Properties

Name Type Description Notes
ObjWebhook CustomWebhookResponse
AObjAttempt []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.
ObjEzsigndocument EzsigndocumentResponse

Methods

NewWebhookEzsignDocumentUnsent

func NewWebhookEzsignDocumentUnsent(objWebhook CustomWebhookResponse, aObjAttempt []AttemptResponseCompound, objEzsigndocument EzsigndocumentResponse, ) *WebhookEzsignDocumentUnsent

NewWebhookEzsignDocumentUnsent instantiates a new WebhookEzsignDocumentUnsent 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

NewWebhookEzsignDocumentUnsentWithDefaults

func NewWebhookEzsignDocumentUnsentWithDefaults() *WebhookEzsignDocumentUnsent

NewWebhookEzsignDocumentUnsentWithDefaults instantiates a new WebhookEzsignDocumentUnsent 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

GetObjWebhook

func (o *WebhookEzsignDocumentUnsent) GetObjWebhook() CustomWebhookResponse

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

GetObjWebhookOk

func (o *WebhookEzsignDocumentUnsent) GetObjWebhookOk() (*CustomWebhookResponse, 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 *WebhookEzsignDocumentUnsent) SetObjWebhook(v CustomWebhookResponse)

SetObjWebhook sets ObjWebhook field to given value.

GetAObjAttempt

func (o *WebhookEzsignDocumentUnsent) GetAObjAttempt() []AttemptResponseCompound

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

GetAObjAttemptOk

func (o *WebhookEzsignDocumentUnsent) GetAObjAttemptOk() (*[]AttemptResponseCompound, 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 *WebhookEzsignDocumentUnsent) SetAObjAttempt(v []AttemptResponseCompound)

SetAObjAttempt sets AObjAttempt field to given value.

GetObjEzsigndocument

func (o *WebhookEzsignDocumentUnsent) GetObjEzsigndocument() EzsigndocumentResponse

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

GetObjEzsigndocumentOk

func (o *WebhookEzsignDocumentUnsent) 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 *WebhookEzsignDocumentUnsent) SetObjEzsigndocument(v EzsigndocumentResponse)

SetObjEzsigndocument sets ObjEzsigndocument field to given value.

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