Name | Type | Description | Notes |
---|---|---|---|
AuthType | Pointer to string | [optional] | |
ClientId | Pointer to string | Auth - JWT | [optional] |
ClientPermissions | Pointer to []string | [optional] | |
Comment | Pointer to string | [optional] | |
CreationDate | Pointer to time.Time | [optional] | |
Endpoint | Pointer to string | [optional] | |
EventTypes | Pointer to []string | [optional] | |
GatewayClusterId | Pointer to int64 | [optional] | |
IncludeError | Pointer to bool | [optional] | |
IsEnabled | Pointer to bool | [optional] | |
LastVersion | Pointer to int32 | [optional] | |
ModificationDate | Pointer to time.Time | [optional] | |
NotiForwarderId | Pointer to int64 | [optional] | |
NotiForwarderName | Pointer to string | [optional] | |
NotiForwarderType | Pointer to string | [optional] | |
NotiForwarderVersions | Pointer to []ItemVersion | [optional] | |
OverrideUrl | Pointer to string | [optional] | |
Paths | Pointer to []string | [optional] | |
ProtectionKey | Pointer to string | [optional] | |
RunnerType | Pointer to string | [optional] | |
SlackNotiForwarderPublicDetails | Pointer to map[string]interface{} | [optional] | |
TimespanInSeconds | Pointer to int64 | [optional] | |
ToEmails | Pointer to []EmailEntry | [optional] | |
UserEmail | Pointer to string | [optional] | |
Username | Pointer to string | Auth - User Password | [optional] |
WebhookNotiForwarderPublicDetails | Pointer to WebHookNotiForwarderPublicDetails | [optional] | |
WithCustomerFragment | Pointer to bool | [optional] |
func NewNotiForwarder() *NotiForwarder
NewNotiForwarder instantiates a new NotiForwarder 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 NewNotiForwarderWithDefaults() *NotiForwarder
NewNotiForwarderWithDefaults instantiates a new NotiForwarder 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 *NotiForwarder) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *NotiForwarder) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.
func (o *NotiForwarder) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *NotiForwarder) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *NotiForwarder) GetClientPermissions() []string
GetClientPermissions returns the ClientPermissions field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetClientPermissionsOk() (*[]string, bool)
GetClientPermissionsOk returns a tuple with the ClientPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetClientPermissions(v []string)
SetClientPermissions sets ClientPermissions field to given value.
func (o *NotiForwarder) HasClientPermissions() bool
HasClientPermissions returns a boolean if a field has been set.
func (o *NotiForwarder) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetComment(v string)
SetComment sets Comment field to given value.
func (o *NotiForwarder) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *NotiForwarder) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *NotiForwarder) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *NotiForwarder) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *NotiForwarder) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *NotiForwarder) GetEventTypes() []string
GetEventTypes returns the EventTypes field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetEventTypesOk() (*[]string, bool)
GetEventTypesOk returns a tuple with the EventTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetEventTypes(v []string)
SetEventTypes sets EventTypes field to given value.
func (o *NotiForwarder) HasEventTypes() bool
HasEventTypes returns a boolean if a field has been set.
func (o *NotiForwarder) GetGatewayClusterId() int64
GetGatewayClusterId returns the GatewayClusterId field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetGatewayClusterIdOk() (*int64, bool)
GetGatewayClusterIdOk returns a tuple with the GatewayClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetGatewayClusterId(v int64)
SetGatewayClusterId sets GatewayClusterId field to given value.
func (o *NotiForwarder) HasGatewayClusterId() bool
HasGatewayClusterId returns a boolean if a field has been set.
func (o *NotiForwarder) GetIncludeError() bool
GetIncludeError returns the IncludeError field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetIncludeErrorOk() (*bool, bool)
GetIncludeErrorOk returns a tuple with the IncludeError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetIncludeError(v bool)
SetIncludeError sets IncludeError field to given value.
func (o *NotiForwarder) HasIncludeError() bool
HasIncludeError returns a boolean if a field has been set.
func (o *NotiForwarder) GetIsEnabled() bool
GetIsEnabled returns the IsEnabled field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetIsEnabledOk() (*bool, bool)
GetIsEnabledOk returns a tuple with the IsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetIsEnabled(v bool)
SetIsEnabled sets IsEnabled field to given value.
func (o *NotiForwarder) HasIsEnabled() bool
HasIsEnabled returns a boolean if a field has been set.
func (o *NotiForwarder) GetLastVersion() int32
GetLastVersion returns the LastVersion field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetLastVersionOk() (*int32, bool)
GetLastVersionOk returns a tuple with the LastVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetLastVersion(v int32)
SetLastVersion sets LastVersion field to given value.
func (o *NotiForwarder) HasLastVersion() bool
HasLastVersion returns a boolean if a field has been set.
func (o *NotiForwarder) GetModificationDate() time.Time
GetModificationDate returns the ModificationDate field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetModificationDateOk() (*time.Time, bool)
GetModificationDateOk returns a tuple with the ModificationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetModificationDate(v time.Time)
SetModificationDate sets ModificationDate field to given value.
func (o *NotiForwarder) HasModificationDate() bool
HasModificationDate returns a boolean if a field has been set.
func (o *NotiForwarder) GetNotiForwarderId() int64
GetNotiForwarderId returns the NotiForwarderId field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetNotiForwarderIdOk() (*int64, bool)
GetNotiForwarderIdOk returns a tuple with the NotiForwarderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetNotiForwarderId(v int64)
SetNotiForwarderId sets NotiForwarderId field to given value.
func (o *NotiForwarder) HasNotiForwarderId() bool
HasNotiForwarderId returns a boolean if a field has been set.
func (o *NotiForwarder) GetNotiForwarderName() string
GetNotiForwarderName returns the NotiForwarderName field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetNotiForwarderNameOk() (*string, bool)
GetNotiForwarderNameOk returns a tuple with the NotiForwarderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetNotiForwarderName(v string)
SetNotiForwarderName sets NotiForwarderName field to given value.
func (o *NotiForwarder) HasNotiForwarderName() bool
HasNotiForwarderName returns a boolean if a field has been set.
func (o *NotiForwarder) GetNotiForwarderType() string
GetNotiForwarderType returns the NotiForwarderType field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetNotiForwarderTypeOk() (*string, bool)
GetNotiForwarderTypeOk returns a tuple with the NotiForwarderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetNotiForwarderType(v string)
SetNotiForwarderType sets NotiForwarderType field to given value.
func (o *NotiForwarder) HasNotiForwarderType() bool
HasNotiForwarderType returns a boolean if a field has been set.
func (o *NotiForwarder) GetNotiForwarderVersions() []ItemVersion
GetNotiForwarderVersions returns the NotiForwarderVersions field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetNotiForwarderVersionsOk() (*[]ItemVersion, bool)
GetNotiForwarderVersionsOk returns a tuple with the NotiForwarderVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetNotiForwarderVersions(v []ItemVersion)
SetNotiForwarderVersions sets NotiForwarderVersions field to given value.
func (o *NotiForwarder) HasNotiForwarderVersions() bool
HasNotiForwarderVersions returns a boolean if a field has been set.
func (o *NotiForwarder) GetOverrideUrl() string
GetOverrideUrl returns the OverrideUrl field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetOverrideUrlOk() (*string, bool)
GetOverrideUrlOk returns a tuple with the OverrideUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetOverrideUrl(v string)
SetOverrideUrl sets OverrideUrl field to given value.
func (o *NotiForwarder) HasOverrideUrl() bool
HasOverrideUrl returns a boolean if a field has been set.
func (o *NotiForwarder) GetPaths() []string
GetPaths returns the Paths field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetPathsOk() (*[]string, bool)
GetPathsOk returns a tuple with the Paths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetPaths(v []string)
SetPaths sets Paths field to given value.
func (o *NotiForwarder) HasPaths() bool
HasPaths returns a boolean if a field has been set.
func (o *NotiForwarder) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetProtectionKeyOk() (*string, bool)
GetProtectionKeyOk returns a tuple with the ProtectionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *NotiForwarder) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *NotiForwarder) GetRunnerType() string
GetRunnerType returns the RunnerType field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetRunnerTypeOk() (*string, bool)
GetRunnerTypeOk returns a tuple with the RunnerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetRunnerType(v string)
SetRunnerType sets RunnerType field to given value.
func (o *NotiForwarder) HasRunnerType() bool
HasRunnerType returns a boolean if a field has been set.
func (o *NotiForwarder) GetSlackNotiForwarderPublicDetails() map[string]interface{}
GetSlackNotiForwarderPublicDetails returns the SlackNotiForwarderPublicDetails field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetSlackNotiForwarderPublicDetailsOk() (*map[string]interface{}, bool)
GetSlackNotiForwarderPublicDetailsOk returns a tuple with the SlackNotiForwarderPublicDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetSlackNotiForwarderPublicDetails(v map[string]interface{})
SetSlackNotiForwarderPublicDetails sets SlackNotiForwarderPublicDetails field to given value.
func (o *NotiForwarder) HasSlackNotiForwarderPublicDetails() bool
HasSlackNotiForwarderPublicDetails returns a boolean if a field has been set.
func (o *NotiForwarder) GetTimespanInSeconds() int64
GetTimespanInSeconds returns the TimespanInSeconds field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetTimespanInSecondsOk() (*int64, bool)
GetTimespanInSecondsOk returns a tuple with the TimespanInSeconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetTimespanInSeconds(v int64)
SetTimespanInSeconds sets TimespanInSeconds field to given value.
func (o *NotiForwarder) HasTimespanInSeconds() bool
HasTimespanInSeconds returns a boolean if a field has been set.
func (o *NotiForwarder) GetToEmails() []EmailEntry
GetToEmails returns the ToEmails field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetToEmailsOk() (*[]EmailEntry, bool)
GetToEmailsOk returns a tuple with the ToEmails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetToEmails(v []EmailEntry)
SetToEmails sets ToEmails field to given value.
func (o *NotiForwarder) HasToEmails() bool
HasToEmails returns a boolean if a field has been set.
func (o *NotiForwarder) GetUserEmail() string
GetUserEmail returns the UserEmail field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetUserEmail(v string)
SetUserEmail sets UserEmail field to given value.
func (o *NotiForwarder) HasUserEmail() bool
HasUserEmail returns a boolean if a field has been set.
func (o *NotiForwarder) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *NotiForwarder) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *NotiForwarder) GetWebhookNotiForwarderPublicDetails() WebHookNotiForwarderPublicDetails
GetWebhookNotiForwarderPublicDetails returns the WebhookNotiForwarderPublicDetails field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetWebhookNotiForwarderPublicDetailsOk() (*WebHookNotiForwarderPublicDetails, bool)
GetWebhookNotiForwarderPublicDetailsOk returns a tuple with the WebhookNotiForwarderPublicDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetWebhookNotiForwarderPublicDetails(v WebHookNotiForwarderPublicDetails)
SetWebhookNotiForwarderPublicDetails sets WebhookNotiForwarderPublicDetails field to given value.
func (o *NotiForwarder) HasWebhookNotiForwarderPublicDetails() bool
HasWebhookNotiForwarderPublicDetails returns a boolean if a field has been set.
func (o *NotiForwarder) GetWithCustomerFragment() bool
GetWithCustomerFragment returns the WithCustomerFragment field if non-nil, zero value otherwise.
func (o *NotiForwarder) GetWithCustomerFragmentOk() (*bool, bool)
GetWithCustomerFragmentOk returns a tuple with the WithCustomerFragment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotiForwarder) SetWithCustomerFragment(v bool)
SetWithCustomerFragment sets WithCustomerFragment field to given value.
func (o *NotiForwarder) HasWithCustomerFragment() bool
HasWithCustomerFragment returns a boolean if a field has been set.