Skip to content

Latest commit

 

History

History
547 lines (292 loc) · 18.7 KB

CustomWebhookResponse.md

File metadata and controls

547 lines (292 loc) · 18.7 KB

CustomWebhookResponse

Properties

Name Type Description Notes
PkiWebhookID int32 The unique ID of the Webhook
FkiAuthenticationexternalID Pointer to int32 The unique ID of the Authenticationexternal [optional]
SWebhookDescription string The description of the Webhook
FkiEzsignfoldertypeID Pointer to int32 The unique ID of the Ezsignfoldertype. [optional]
SEzsignfoldertypeNameX Pointer to string The name of the Ezsignfoldertype in the language of the requester [optional]
EWebhookModule FieldEWebhookModule
EWebhookEzsignevent Pointer to FieldEWebhookEzsignevent [optional]
EWebhookManagementevent Pointer to FieldEWebhookManagementevent [optional]
SWebhookUrl string The URL of the Webhook callback
SWebhookEmailfailed string The email that will receive the Webhook in case all attempts fail
SWebhookApikey Pointer to string The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
SWebhookSecret Pointer to string The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
BWebhookIsactive bool Whether the Webhook is active or not
BWebhookIssigned bool Whether the requests will be signed or not
BWebhookSkipsslvalidation bool Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
SAuthenticationexternalDescription Pointer to string The description of the Authenticationexternal [optional]
ObjAudit CommonAudit
SWebhookEvent Pointer to string The concatenated string to describe the Webhook event [optional]
AObjWebhookheader Pointer to []WebhookheaderResponseCompound [optional]
PksCustomerCode string The customer code assigned to your account
BWebhookTest bool Wheter the webhook received is a manual test or a real event
EWebhookEmittype Pointer to string Wheter the webhook received is a manual test or a real event [optional]

Methods

NewCustomWebhookResponse

func NewCustomWebhookResponse(pkiWebhookID int32, sWebhookDescription string, eWebhookModule FieldEWebhookModule, sWebhookUrl string, sWebhookEmailfailed string, bWebhookIsactive bool, bWebhookIssigned bool, bWebhookSkipsslvalidation bool, objAudit CommonAudit, pksCustomerCode string, bWebhookTest bool, ) *CustomWebhookResponse

NewCustomWebhookResponse instantiates a new CustomWebhookResponse 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

NewCustomWebhookResponseWithDefaults

func NewCustomWebhookResponseWithDefaults() *CustomWebhookResponse

NewCustomWebhookResponseWithDefaults instantiates a new CustomWebhookResponse 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

GetPkiWebhookID

func (o *CustomWebhookResponse) GetPkiWebhookID() int32

GetPkiWebhookID returns the PkiWebhookID field if non-nil, zero value otherwise.

GetPkiWebhookIDOk

func (o *CustomWebhookResponse) GetPkiWebhookIDOk() (*int32, bool)

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

SetPkiWebhookID

func (o *CustomWebhookResponse) SetPkiWebhookID(v int32)

SetPkiWebhookID sets PkiWebhookID field to given value.

GetFkiAuthenticationexternalID

func (o *CustomWebhookResponse) GetFkiAuthenticationexternalID() int32

GetFkiAuthenticationexternalID returns the FkiAuthenticationexternalID field if non-nil, zero value otherwise.

GetFkiAuthenticationexternalIDOk

func (o *CustomWebhookResponse) GetFkiAuthenticationexternalIDOk() (*int32, bool)

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

SetFkiAuthenticationexternalID

func (o *CustomWebhookResponse) SetFkiAuthenticationexternalID(v int32)

SetFkiAuthenticationexternalID sets FkiAuthenticationexternalID field to given value.

HasFkiAuthenticationexternalID

func (o *CustomWebhookResponse) HasFkiAuthenticationexternalID() bool

HasFkiAuthenticationexternalID returns a boolean if a field has been set.

GetSWebhookDescription

func (o *CustomWebhookResponse) GetSWebhookDescription() string

GetSWebhookDescription returns the SWebhookDescription field if non-nil, zero value otherwise.

GetSWebhookDescriptionOk

func (o *CustomWebhookResponse) GetSWebhookDescriptionOk() (*string, bool)

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

SetSWebhookDescription

func (o *CustomWebhookResponse) SetSWebhookDescription(v string)

SetSWebhookDescription sets SWebhookDescription field to given value.

GetFkiEzsignfoldertypeID

func (o *CustomWebhookResponse) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field if non-nil, zero value otherwise.

GetFkiEzsignfoldertypeIDOk

func (o *CustomWebhookResponse) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

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

SetFkiEzsignfoldertypeID

func (o *CustomWebhookResponse) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets FkiEzsignfoldertypeID field to given value.

HasFkiEzsignfoldertypeID

func (o *CustomWebhookResponse) HasFkiEzsignfoldertypeID() bool

HasFkiEzsignfoldertypeID returns a boolean if a field has been set.

GetSEzsignfoldertypeNameX

func (o *CustomWebhookResponse) GetSEzsignfoldertypeNameX() string

GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field if non-nil, zero value otherwise.

GetSEzsignfoldertypeNameXOk

func (o *CustomWebhookResponse) GetSEzsignfoldertypeNameXOk() (*string, bool)

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

SetSEzsignfoldertypeNameX

func (o *CustomWebhookResponse) SetSEzsignfoldertypeNameX(v string)

SetSEzsignfoldertypeNameX sets SEzsignfoldertypeNameX field to given value.

HasSEzsignfoldertypeNameX

func (o *CustomWebhookResponse) HasSEzsignfoldertypeNameX() bool

HasSEzsignfoldertypeNameX returns a boolean if a field has been set.

GetEWebhookModule

func (o *CustomWebhookResponse) GetEWebhookModule() FieldEWebhookModule

GetEWebhookModule returns the EWebhookModule field if non-nil, zero value otherwise.

GetEWebhookModuleOk

func (o *CustomWebhookResponse) GetEWebhookModuleOk() (*FieldEWebhookModule, bool)

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

SetEWebhookModule

func (o *CustomWebhookResponse) SetEWebhookModule(v FieldEWebhookModule)

SetEWebhookModule sets EWebhookModule field to given value.

GetEWebhookEzsignevent

func (o *CustomWebhookResponse) GetEWebhookEzsignevent() FieldEWebhookEzsignevent

GetEWebhookEzsignevent returns the EWebhookEzsignevent field if non-nil, zero value otherwise.

GetEWebhookEzsigneventOk

func (o *CustomWebhookResponse) GetEWebhookEzsigneventOk() (*FieldEWebhookEzsignevent, bool)

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

SetEWebhookEzsignevent

func (o *CustomWebhookResponse) SetEWebhookEzsignevent(v FieldEWebhookEzsignevent)

SetEWebhookEzsignevent sets EWebhookEzsignevent field to given value.

HasEWebhookEzsignevent

func (o *CustomWebhookResponse) HasEWebhookEzsignevent() bool

HasEWebhookEzsignevent returns a boolean if a field has been set.

GetEWebhookManagementevent

func (o *CustomWebhookResponse) GetEWebhookManagementevent() FieldEWebhookManagementevent

GetEWebhookManagementevent returns the EWebhookManagementevent field if non-nil, zero value otherwise.

GetEWebhookManagementeventOk

func (o *CustomWebhookResponse) GetEWebhookManagementeventOk() (*FieldEWebhookManagementevent, bool)

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

SetEWebhookManagementevent

func (o *CustomWebhookResponse) SetEWebhookManagementevent(v FieldEWebhookManagementevent)

SetEWebhookManagementevent sets EWebhookManagementevent field to given value.

HasEWebhookManagementevent

func (o *CustomWebhookResponse) HasEWebhookManagementevent() bool

HasEWebhookManagementevent returns a boolean if a field has been set.

GetSWebhookUrl

func (o *CustomWebhookResponse) GetSWebhookUrl() string

GetSWebhookUrl returns the SWebhookUrl field if non-nil, zero value otherwise.

GetSWebhookUrlOk

func (o *CustomWebhookResponse) GetSWebhookUrlOk() (*string, bool)

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

SetSWebhookUrl

func (o *CustomWebhookResponse) SetSWebhookUrl(v string)

SetSWebhookUrl sets SWebhookUrl field to given value.

GetSWebhookEmailfailed

func (o *CustomWebhookResponse) GetSWebhookEmailfailed() string

GetSWebhookEmailfailed returns the SWebhookEmailfailed field if non-nil, zero value otherwise.

GetSWebhookEmailfailedOk

func (o *CustomWebhookResponse) GetSWebhookEmailfailedOk() (*string, bool)

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

SetSWebhookEmailfailed

func (o *CustomWebhookResponse) SetSWebhookEmailfailed(v string)

SetSWebhookEmailfailed sets SWebhookEmailfailed field to given value.

GetSWebhookApikey

func (o *CustomWebhookResponse) GetSWebhookApikey() string

GetSWebhookApikey returns the SWebhookApikey field if non-nil, zero value otherwise.

GetSWebhookApikeyOk

func (o *CustomWebhookResponse) GetSWebhookApikeyOk() (*string, bool)

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

SetSWebhookApikey

func (o *CustomWebhookResponse) SetSWebhookApikey(v string)

SetSWebhookApikey sets SWebhookApikey field to given value.

HasSWebhookApikey

func (o *CustomWebhookResponse) HasSWebhookApikey() bool

HasSWebhookApikey returns a boolean if a field has been set.

GetSWebhookSecret

func (o *CustomWebhookResponse) GetSWebhookSecret() string

GetSWebhookSecret returns the SWebhookSecret field if non-nil, zero value otherwise.

GetSWebhookSecretOk

func (o *CustomWebhookResponse) GetSWebhookSecretOk() (*string, bool)

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

SetSWebhookSecret

func (o *CustomWebhookResponse) SetSWebhookSecret(v string)

SetSWebhookSecret sets SWebhookSecret field to given value.

HasSWebhookSecret

func (o *CustomWebhookResponse) HasSWebhookSecret() bool

HasSWebhookSecret returns a boolean if a field has been set.

GetBWebhookIsactive

func (o *CustomWebhookResponse) GetBWebhookIsactive() bool

GetBWebhookIsactive returns the BWebhookIsactive field if non-nil, zero value otherwise.

GetBWebhookIsactiveOk

func (o *CustomWebhookResponse) GetBWebhookIsactiveOk() (*bool, bool)

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

SetBWebhookIsactive

func (o *CustomWebhookResponse) SetBWebhookIsactive(v bool)

SetBWebhookIsactive sets BWebhookIsactive field to given value.

GetBWebhookIssigned

func (o *CustomWebhookResponse) GetBWebhookIssigned() bool

GetBWebhookIssigned returns the BWebhookIssigned field if non-nil, zero value otherwise.

GetBWebhookIssignedOk

func (o *CustomWebhookResponse) GetBWebhookIssignedOk() (*bool, bool)

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

SetBWebhookIssigned

func (o *CustomWebhookResponse) SetBWebhookIssigned(v bool)

SetBWebhookIssigned sets BWebhookIssigned field to given value.

GetBWebhookSkipsslvalidation

func (o *CustomWebhookResponse) GetBWebhookSkipsslvalidation() bool

GetBWebhookSkipsslvalidation returns the BWebhookSkipsslvalidation field if non-nil, zero value otherwise.

GetBWebhookSkipsslvalidationOk

func (o *CustomWebhookResponse) GetBWebhookSkipsslvalidationOk() (*bool, bool)

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

SetBWebhookSkipsslvalidation

func (o *CustomWebhookResponse) SetBWebhookSkipsslvalidation(v bool)

SetBWebhookSkipsslvalidation sets BWebhookSkipsslvalidation field to given value.

GetSAuthenticationexternalDescription

func (o *CustomWebhookResponse) GetSAuthenticationexternalDescription() string

GetSAuthenticationexternalDescription returns the SAuthenticationexternalDescription field if non-nil, zero value otherwise.

GetSAuthenticationexternalDescriptionOk

func (o *CustomWebhookResponse) GetSAuthenticationexternalDescriptionOk() (*string, bool)

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

SetSAuthenticationexternalDescription

func (o *CustomWebhookResponse) SetSAuthenticationexternalDescription(v string)

SetSAuthenticationexternalDescription sets SAuthenticationexternalDescription field to given value.

HasSAuthenticationexternalDescription

func (o *CustomWebhookResponse) HasSAuthenticationexternalDescription() bool

HasSAuthenticationexternalDescription returns a boolean if a field has been set.

GetObjAudit

func (o *CustomWebhookResponse) GetObjAudit() CommonAudit

GetObjAudit returns the ObjAudit field if non-nil, zero value otherwise.

GetObjAuditOk

func (o *CustomWebhookResponse) GetObjAuditOk() (*CommonAudit, bool)

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

SetObjAudit

func (o *CustomWebhookResponse) SetObjAudit(v CommonAudit)

SetObjAudit sets ObjAudit field to given value.

GetSWebhookEvent

func (o *CustomWebhookResponse) GetSWebhookEvent() string

GetSWebhookEvent returns the SWebhookEvent field if non-nil, zero value otherwise.

GetSWebhookEventOk

func (o *CustomWebhookResponse) GetSWebhookEventOk() (*string, bool)

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

SetSWebhookEvent

func (o *CustomWebhookResponse) SetSWebhookEvent(v string)

SetSWebhookEvent sets SWebhookEvent field to given value.

HasSWebhookEvent

func (o *CustomWebhookResponse) HasSWebhookEvent() bool

HasSWebhookEvent returns a boolean if a field has been set.

GetAObjWebhookheader

func (o *CustomWebhookResponse) GetAObjWebhookheader() []WebhookheaderResponseCompound

GetAObjWebhookheader returns the AObjWebhookheader field if non-nil, zero value otherwise.

GetAObjWebhookheaderOk

func (o *CustomWebhookResponse) GetAObjWebhookheaderOk() (*[]WebhookheaderResponseCompound, bool)

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

SetAObjWebhookheader

func (o *CustomWebhookResponse) SetAObjWebhookheader(v []WebhookheaderResponseCompound)

SetAObjWebhookheader sets AObjWebhookheader field to given value.

HasAObjWebhookheader

func (o *CustomWebhookResponse) HasAObjWebhookheader() bool

HasAObjWebhookheader returns a boolean if a field has been set.

GetPksCustomerCode

func (o *CustomWebhookResponse) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field if non-nil, zero value otherwise.

GetPksCustomerCodeOk

func (o *CustomWebhookResponse) GetPksCustomerCodeOk() (*string, bool)

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

SetPksCustomerCode

func (o *CustomWebhookResponse) SetPksCustomerCode(v string)

SetPksCustomerCode sets PksCustomerCode field to given value.

GetBWebhookTest

func (o *CustomWebhookResponse) GetBWebhookTest() bool

GetBWebhookTest returns the BWebhookTest field if non-nil, zero value otherwise.

GetBWebhookTestOk

func (o *CustomWebhookResponse) GetBWebhookTestOk() (*bool, bool)

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

SetBWebhookTest

func (o *CustomWebhookResponse) SetBWebhookTest(v bool)

SetBWebhookTest sets BWebhookTest field to given value.

GetEWebhookEmittype

func (o *CustomWebhookResponse) GetEWebhookEmittype() string

GetEWebhookEmittype returns the EWebhookEmittype field if non-nil, zero value otherwise.

GetEWebhookEmittypeOk

func (o *CustomWebhookResponse) GetEWebhookEmittypeOk() (*string, bool)

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

SetEWebhookEmittype

func (o *CustomWebhookResponse) SetEWebhookEmittype(v string)

SetEWebhookEmittype sets EWebhookEmittype field to given value.

HasEWebhookEmittype

func (o *CustomWebhookResponse) HasEWebhookEmittype() bool

HasEWebhookEmittype returns a boolean if a field has been set.

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