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 |
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
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
func (o *WebhookEzsignDocumentUnsent) GetObjWebhook() CustomWebhookResponse
GetObjWebhook returns the ObjWebhook field if non-nil, zero value otherwise.
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.
func (o *WebhookEzsignDocumentUnsent) SetObjWebhook(v CustomWebhookResponse)
SetObjWebhook sets ObjWebhook field to given value.
func (o *WebhookEzsignDocumentUnsent) GetAObjAttempt() []AttemptResponseCompound
GetAObjAttempt returns the AObjAttempt field if non-nil, zero value otherwise.
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.
func (o *WebhookEzsignDocumentUnsent) SetAObjAttempt(v []AttemptResponseCompound)
SetAObjAttempt sets AObjAttempt field to given value.
func (o *WebhookEzsignDocumentUnsent) GetObjEzsigndocument() EzsigndocumentResponse
GetObjEzsigndocument returns the ObjEzsigndocument field if non-nil, zero value otherwise.
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.
func (o *WebhookEzsignDocumentUnsent) SetObjEzsigndocument(v EzsigndocumentResponse)
SetObjEzsigndocument sets ObjEzsigndocument field to given value.