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] |
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
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
func (o *CustomWebhookResponse) GetPkiWebhookID() int32
GetPkiWebhookID returns the PkiWebhookID field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetPkiWebhookID(v int32)
SetPkiWebhookID sets PkiWebhookID field to given value.
func (o *CustomWebhookResponse) GetFkiAuthenticationexternalID() int32
GetFkiAuthenticationexternalID returns the FkiAuthenticationexternalID field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetFkiAuthenticationexternalID(v int32)
SetFkiAuthenticationexternalID sets FkiAuthenticationexternalID field to given value.
func (o *CustomWebhookResponse) HasFkiAuthenticationexternalID() bool
HasFkiAuthenticationexternalID returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetSWebhookDescription() string
GetSWebhookDescription returns the SWebhookDescription field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSWebhookDescription(v string)
SetSWebhookDescription sets SWebhookDescription field to given value.
func (o *CustomWebhookResponse) GetFkiEzsignfoldertypeID() int32
GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetFkiEzsignfoldertypeID(v int32)
SetFkiEzsignfoldertypeID sets FkiEzsignfoldertypeID field to given value.
func (o *CustomWebhookResponse) HasFkiEzsignfoldertypeID() bool
HasFkiEzsignfoldertypeID returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetSEzsignfoldertypeNameX() string
GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSEzsignfoldertypeNameX(v string)
SetSEzsignfoldertypeNameX sets SEzsignfoldertypeNameX field to given value.
func (o *CustomWebhookResponse) HasSEzsignfoldertypeNameX() bool
HasSEzsignfoldertypeNameX returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetEWebhookModule() FieldEWebhookModule
GetEWebhookModule returns the EWebhookModule field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetEWebhookModule(v FieldEWebhookModule)
SetEWebhookModule sets EWebhookModule field to given value.
func (o *CustomWebhookResponse) GetEWebhookEzsignevent() FieldEWebhookEzsignevent
GetEWebhookEzsignevent returns the EWebhookEzsignevent field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetEWebhookEzsignevent(v FieldEWebhookEzsignevent)
SetEWebhookEzsignevent sets EWebhookEzsignevent field to given value.
func (o *CustomWebhookResponse) HasEWebhookEzsignevent() bool
HasEWebhookEzsignevent returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetEWebhookManagementevent() FieldEWebhookManagementevent
GetEWebhookManagementevent returns the EWebhookManagementevent field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetEWebhookManagementevent(v FieldEWebhookManagementevent)
SetEWebhookManagementevent sets EWebhookManagementevent field to given value.
func (o *CustomWebhookResponse) HasEWebhookManagementevent() bool
HasEWebhookManagementevent returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetSWebhookUrl() string
GetSWebhookUrl returns the SWebhookUrl field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSWebhookUrl(v string)
SetSWebhookUrl sets SWebhookUrl field to given value.
func (o *CustomWebhookResponse) GetSWebhookEmailfailed() string
GetSWebhookEmailfailed returns the SWebhookEmailfailed field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSWebhookEmailfailed(v string)
SetSWebhookEmailfailed sets SWebhookEmailfailed field to given value.
func (o *CustomWebhookResponse) GetSWebhookApikey() string
GetSWebhookApikey returns the SWebhookApikey field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSWebhookApikey(v string)
SetSWebhookApikey sets SWebhookApikey field to given value.
func (o *CustomWebhookResponse) HasSWebhookApikey() bool
HasSWebhookApikey returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetSWebhookSecret() string
GetSWebhookSecret returns the SWebhookSecret field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSWebhookSecret(v string)
SetSWebhookSecret sets SWebhookSecret field to given value.
func (o *CustomWebhookResponse) HasSWebhookSecret() bool
HasSWebhookSecret returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetBWebhookIsactive() bool
GetBWebhookIsactive returns the BWebhookIsactive field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetBWebhookIsactive(v bool)
SetBWebhookIsactive sets BWebhookIsactive field to given value.
func (o *CustomWebhookResponse) GetBWebhookIssigned() bool
GetBWebhookIssigned returns the BWebhookIssigned field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetBWebhookIssigned(v bool)
SetBWebhookIssigned sets BWebhookIssigned field to given value.
func (o *CustomWebhookResponse) GetBWebhookSkipsslvalidation() bool
GetBWebhookSkipsslvalidation returns the BWebhookSkipsslvalidation field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetBWebhookSkipsslvalidation(v bool)
SetBWebhookSkipsslvalidation sets BWebhookSkipsslvalidation field to given value.
func (o *CustomWebhookResponse) GetSAuthenticationexternalDescription() string
GetSAuthenticationexternalDescription returns the SAuthenticationexternalDescription field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSAuthenticationexternalDescription(v string)
SetSAuthenticationexternalDescription sets SAuthenticationexternalDescription field to given value.
func (o *CustomWebhookResponse) HasSAuthenticationexternalDescription() bool
HasSAuthenticationexternalDescription returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetObjAudit() CommonAudit
GetObjAudit returns the ObjAudit field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetObjAudit(v CommonAudit)
SetObjAudit sets ObjAudit field to given value.
func (o *CustomWebhookResponse) GetSWebhookEvent() string
GetSWebhookEvent returns the SWebhookEvent field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetSWebhookEvent(v string)
SetSWebhookEvent sets SWebhookEvent field to given value.
func (o *CustomWebhookResponse) HasSWebhookEvent() bool
HasSWebhookEvent returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetAObjWebhookheader() []WebhookheaderResponseCompound
GetAObjWebhookheader returns the AObjWebhookheader field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetAObjWebhookheader(v []WebhookheaderResponseCompound)
SetAObjWebhookheader sets AObjWebhookheader field to given value.
func (o *CustomWebhookResponse) HasAObjWebhookheader() bool
HasAObjWebhookheader returns a boolean if a field has been set.
func (o *CustomWebhookResponse) GetPksCustomerCode() string
GetPksCustomerCode returns the PksCustomerCode field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetPksCustomerCode(v string)
SetPksCustomerCode sets PksCustomerCode field to given value.
func (o *CustomWebhookResponse) GetBWebhookTest() bool
GetBWebhookTest returns the BWebhookTest field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetBWebhookTest(v bool)
SetBWebhookTest sets BWebhookTest field to given value.
func (o *CustomWebhookResponse) GetEWebhookEmittype() string
GetEWebhookEmittype returns the EWebhookEmittype field if non-nil, zero value otherwise.
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.
func (o *CustomWebhookResponse) SetEWebhookEmittype(v string)
SetEWebhookEmittype sets EWebhookEmittype field to given value.
func (o *CustomWebhookResponse) HasEWebhookEmittype() bool
HasEWebhookEmittype returns a boolean if a field has been set.