Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 4.73 KB

WebhookEzsignEzsignsignerConnect.md

File metadata and controls

119 lines (64 loc) · 4.73 KB

WebhookEzsignEzsignsignerConnect

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.
ObjEzsignfolder Pointer to EzsignfolderResponse [optional]
ObjEzsignfoldersignerassociation EzsignfoldersignerassociationResponseCompound

Methods

NewWebhookEzsignEzsignsignerConnect

func NewWebhookEzsignEzsignsignerConnect(objWebhook CustomWebhookResponse, aObjAttempt []AttemptResponseCompound, objEzsignfoldersignerassociation EzsignfoldersignerassociationResponseCompound, ) *WebhookEzsignEzsignsignerConnect

NewWebhookEzsignEzsignsignerConnect instantiates a new WebhookEzsignEzsignsignerConnect 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

NewWebhookEzsignEzsignsignerConnectWithDefaults

func NewWebhookEzsignEzsignsignerConnectWithDefaults() *WebhookEzsignEzsignsignerConnect

NewWebhookEzsignEzsignsignerConnectWithDefaults instantiates a new WebhookEzsignEzsignsignerConnect 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 *WebhookEzsignEzsignsignerConnect) GetObjWebhook() CustomWebhookResponse

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

GetObjWebhookOk

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

SetObjWebhook sets ObjWebhook field to given value.

GetAObjAttempt

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

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

GetAObjAttemptOk

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

SetAObjAttempt sets AObjAttempt field to given value.

GetObjEzsignfolder

func (o *WebhookEzsignEzsignsignerConnect) GetObjEzsignfolder() EzsignfolderResponse

GetObjEzsignfolder returns the ObjEzsignfolder field if non-nil, zero value otherwise.

GetObjEzsignfolderOk

func (o *WebhookEzsignEzsignsignerConnect) GetObjEzsignfolderOk() (*EzsignfolderResponse, bool)

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

SetObjEzsignfolder

func (o *WebhookEzsignEzsignsignerConnect) SetObjEzsignfolder(v EzsignfolderResponse)

SetObjEzsignfolder sets ObjEzsignfolder field to given value.

HasObjEzsignfolder

func (o *WebhookEzsignEzsignsignerConnect) HasObjEzsignfolder() bool

HasObjEzsignfolder returns a boolean if a field has been set.

GetObjEzsignfoldersignerassociation

func (o *WebhookEzsignEzsignsignerConnect) GetObjEzsignfoldersignerassociation() EzsignfoldersignerassociationResponseCompound

GetObjEzsignfoldersignerassociation returns the ObjEzsignfoldersignerassociation field if non-nil, zero value otherwise.

GetObjEzsignfoldersignerassociationOk

func (o *WebhookEzsignEzsignsignerConnect) GetObjEzsignfoldersignerassociationOk() (*EzsignfoldersignerassociationResponseCompound, bool)

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

SetObjEzsignfoldersignerassociation

func (o *WebhookEzsignEzsignsignerConnect) SetObjEzsignfoldersignerassociation(v EzsignfoldersignerassociationResponseCompound)

SetObjEzsignfoldersignerassociation sets ObjEzsignfoldersignerassociation field to given value.

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