Name | Type | Description | Notes |
---|---|---|---|
PkiWebhookID | Pointer to int32 | The unique ID of the Webhook | [optional] |
FkiAuthenticationexternalID | Pointer to int32 | The unique ID of the Authenticationexternal | [optional] |
FkiEzsignfoldertypeID | Pointer to int32 | The unique ID of the Ezsignfoldertype. | [optional] |
SWebhookDescription | string | The description of the Webhook | |
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 | |
BWebhookIsactive | bool | Whether the Webhook is active or not | |
BWebhookIssigned | Pointer to bool | Whether the requests will be signed or not | [optional] |
BWebhookSkipsslvalidation | bool | Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use | |
AObjWebhookheader | Pointer to []WebhookheaderRequestCompound | [optional] |
func NewWebhookRequestCompound(sWebhookDescription string, eWebhookModule FieldEWebhookModule, sWebhookUrl string, sWebhookEmailfailed string, bWebhookIsactive bool, bWebhookSkipsslvalidation bool, ) *WebhookRequestCompound
NewWebhookRequestCompound instantiates a new WebhookRequestCompound 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 NewWebhookRequestCompoundWithDefaults() *WebhookRequestCompound
NewWebhookRequestCompoundWithDefaults instantiates a new WebhookRequestCompound 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 *WebhookRequestCompound) GetPkiWebhookID() int32
GetPkiWebhookID returns the PkiWebhookID field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetPkiWebhookID(v int32)
SetPkiWebhookID sets PkiWebhookID field to given value.
func (o *WebhookRequestCompound) HasPkiWebhookID() bool
HasPkiWebhookID returns a boolean if a field has been set.
func (o *WebhookRequestCompound) GetFkiAuthenticationexternalID() int32
GetFkiAuthenticationexternalID returns the FkiAuthenticationexternalID field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetFkiAuthenticationexternalID(v int32)
SetFkiAuthenticationexternalID sets FkiAuthenticationexternalID field to given value.
func (o *WebhookRequestCompound) HasFkiAuthenticationexternalID() bool
HasFkiAuthenticationexternalID returns a boolean if a field has been set.
func (o *WebhookRequestCompound) GetFkiEzsignfoldertypeID() int32
GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetFkiEzsignfoldertypeID(v int32)
SetFkiEzsignfoldertypeID sets FkiEzsignfoldertypeID field to given value.
func (o *WebhookRequestCompound) HasFkiEzsignfoldertypeID() bool
HasFkiEzsignfoldertypeID returns a boolean if a field has been set.
func (o *WebhookRequestCompound) GetSWebhookDescription() string
GetSWebhookDescription returns the SWebhookDescription field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetSWebhookDescription(v string)
SetSWebhookDescription sets SWebhookDescription field to given value.
func (o *WebhookRequestCompound) GetEWebhookModule() FieldEWebhookModule
GetEWebhookModule returns the EWebhookModule field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetEWebhookModule(v FieldEWebhookModule)
SetEWebhookModule sets EWebhookModule field to given value.
func (o *WebhookRequestCompound) GetEWebhookEzsignevent() FieldEWebhookEzsignevent
GetEWebhookEzsignevent returns the EWebhookEzsignevent field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetEWebhookEzsignevent(v FieldEWebhookEzsignevent)
SetEWebhookEzsignevent sets EWebhookEzsignevent field to given value.
func (o *WebhookRequestCompound) HasEWebhookEzsignevent() bool
HasEWebhookEzsignevent returns a boolean if a field has been set.
func (o *WebhookRequestCompound) GetEWebhookManagementevent() FieldEWebhookManagementevent
GetEWebhookManagementevent returns the EWebhookManagementevent field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetEWebhookManagementevent(v FieldEWebhookManagementevent)
SetEWebhookManagementevent sets EWebhookManagementevent field to given value.
func (o *WebhookRequestCompound) HasEWebhookManagementevent() bool
HasEWebhookManagementevent returns a boolean if a field has been set.
func (o *WebhookRequestCompound) GetSWebhookUrl() string
GetSWebhookUrl returns the SWebhookUrl field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetSWebhookUrl(v string)
SetSWebhookUrl sets SWebhookUrl field to given value.
func (o *WebhookRequestCompound) GetSWebhookEmailfailed() string
GetSWebhookEmailfailed returns the SWebhookEmailfailed field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetSWebhookEmailfailed(v string)
SetSWebhookEmailfailed sets SWebhookEmailfailed field to given value.
func (o *WebhookRequestCompound) GetBWebhookIsactive() bool
GetBWebhookIsactive returns the BWebhookIsactive field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetBWebhookIsactive(v bool)
SetBWebhookIsactive sets BWebhookIsactive field to given value.
func (o *WebhookRequestCompound) GetBWebhookIssigned() bool
GetBWebhookIssigned returns the BWebhookIssigned field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetBWebhookIssigned(v bool)
SetBWebhookIssigned sets BWebhookIssigned field to given value.
func (o *WebhookRequestCompound) HasBWebhookIssigned() bool
HasBWebhookIssigned returns a boolean if a field has been set.
func (o *WebhookRequestCompound) GetBWebhookSkipsslvalidation() bool
GetBWebhookSkipsslvalidation returns the BWebhookSkipsslvalidation field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) 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 *WebhookRequestCompound) SetBWebhookSkipsslvalidation(v bool)
SetBWebhookSkipsslvalidation sets BWebhookSkipsslvalidation field to given value.
func (o *WebhookRequestCompound) GetAObjWebhookheader() []WebhookheaderRequestCompound
GetAObjWebhookheader returns the AObjWebhookheader field if non-nil, zero value otherwise.
func (o *WebhookRequestCompound) GetAObjWebhookheaderOk() (*[]WebhookheaderRequestCompound, 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 *WebhookRequestCompound) SetAObjWebhookheader(v []WebhookheaderRequestCompound)
SetAObjWebhookheader sets AObjWebhookheader field to given value.
func (o *WebhookRequestCompound) HasAObjWebhookheader() bool
HasAObjWebhookheader returns a boolean if a field has been set.