Name | Type | Description | Notes |
---|---|---|---|
Bcc | Pointer to []string | [optional] | |
Cc | Pointer to []string | [optional] | |
Channel | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
EndLineNumber | Pointer to int32 | [optional] | |
FileName | Pointer to string | [optional] | |
From | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
SigningSecret | Pointer to string | [optional] | |
SmtpHost | Pointer to string | [optional] | |
SmtpPassword | Pointer to string | [optional] | |
SmtpPort | Pointer to int32 | [optional] | |
SmtpTls | Pointer to string | [optional] | |
SmtpUsername | Pointer to string | [optional] | |
SmtpsPort | Pointer to int32 | [optional] | |
StartLineNumber | Pointer to int32 | [optional] | |
Subject | Pointer to string | [optional] | |
Title | Pointer to string | [optional] | |
To | Pointer to []string | [optional] | |
Token | Pointer to string | slack | [optional] |
Type | Pointer to string | [optional] | |
Url | Pointer to string | [optional] | |
WebhookUrl | Pointer to string | slack & msteams | [optional] |
func NewFpIntegration() *FpIntegration
NewFpIntegration instantiates a new FpIntegration 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 NewFpIntegrationWithDefaults() *FpIntegration
NewFpIntegrationWithDefaults instantiates a new FpIntegration 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 *FpIntegration) GetBcc() []string
GetBcc returns the Bcc field if non-nil, zero value otherwise.
func (o *FpIntegration) GetBccOk() (*[]string, bool)
GetBccOk returns a tuple with the Bcc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetBcc(v []string)
SetBcc sets Bcc field to given value.
func (o *FpIntegration) HasBcc() bool
HasBcc returns a boolean if a field has been set.
func (o *FpIntegration) GetCc() []string
GetCc returns the Cc field if non-nil, zero value otherwise.
func (o *FpIntegration) GetCcOk() (*[]string, bool)
GetCcOk returns a tuple with the Cc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetCc(v []string)
SetCc sets Cc field to given value.
func (o *FpIntegration) HasCc() bool
HasCc returns a boolean if a field has been set.
func (o *FpIntegration) GetChannel() string
GetChannel returns the Channel field if non-nil, zero value otherwise.
func (o *FpIntegration) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetChannel(v string)
SetChannel sets Channel field to given value.
func (o *FpIntegration) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (o *FpIntegration) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FpIntegration) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FpIntegration) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FpIntegration) GetEndLineNumber() int32
GetEndLineNumber returns the EndLineNumber field if non-nil, zero value otherwise.
func (o *FpIntegration) GetEndLineNumberOk() (*int32, bool)
GetEndLineNumberOk returns a tuple with the EndLineNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetEndLineNumber(v int32)
SetEndLineNumber sets EndLineNumber field to given value.
func (o *FpIntegration) HasEndLineNumber() bool
HasEndLineNumber returns a boolean if a field has been set.
func (o *FpIntegration) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *FpIntegration) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *FpIntegration) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *FpIntegration) GetFrom() string
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *FpIntegration) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetFrom(v string)
SetFrom sets From field to given value.
func (o *FpIntegration) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *FpIntegration) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FpIntegration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetName(v string)
SetName sets Name field to given value.
func (o *FpIntegration) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FpIntegration) GetSigningSecret() string
GetSigningSecret returns the SigningSecret field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSigningSecretOk() (*string, bool)
GetSigningSecretOk returns a tuple with the SigningSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSigningSecret(v string)
SetSigningSecret sets SigningSecret field to given value.
func (o *FpIntegration) HasSigningSecret() bool
HasSigningSecret returns a boolean if a field has been set.
func (o *FpIntegration) GetSmtpHost() string
GetSmtpHost returns the SmtpHost field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSmtpHostOk() (*string, bool)
GetSmtpHostOk returns a tuple with the SmtpHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSmtpHost(v string)
SetSmtpHost sets SmtpHost field to given value.
func (o *FpIntegration) HasSmtpHost() bool
HasSmtpHost returns a boolean if a field has been set.
func (o *FpIntegration) GetSmtpPassword() string
GetSmtpPassword returns the SmtpPassword field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSmtpPasswordOk() (*string, bool)
GetSmtpPasswordOk returns a tuple with the SmtpPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSmtpPassword(v string)
SetSmtpPassword sets SmtpPassword field to given value.
func (o *FpIntegration) HasSmtpPassword() bool
HasSmtpPassword returns a boolean if a field has been set.
func (o *FpIntegration) GetSmtpPort() int32
GetSmtpPort returns the SmtpPort field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSmtpPortOk() (*int32, bool)
GetSmtpPortOk returns a tuple with the SmtpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSmtpPort(v int32)
SetSmtpPort sets SmtpPort field to given value.
func (o *FpIntegration) HasSmtpPort() bool
HasSmtpPort returns a boolean if a field has been set.
func (o *FpIntegration) GetSmtpTls() string
GetSmtpTls returns the SmtpTls field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSmtpTlsOk() (*string, bool)
GetSmtpTlsOk returns a tuple with the SmtpTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSmtpTls(v string)
SetSmtpTls sets SmtpTls field to given value.
func (o *FpIntegration) HasSmtpTls() bool
HasSmtpTls returns a boolean if a field has been set.
func (o *FpIntegration) GetSmtpUsername() string
GetSmtpUsername returns the SmtpUsername field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSmtpUsernameOk() (*string, bool)
GetSmtpUsernameOk returns a tuple with the SmtpUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSmtpUsername(v string)
SetSmtpUsername sets SmtpUsername field to given value.
func (o *FpIntegration) HasSmtpUsername() bool
HasSmtpUsername returns a boolean if a field has been set.
func (o *FpIntegration) GetSmtpsPort() int32
GetSmtpsPort returns the SmtpsPort field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSmtpsPortOk() (*int32, bool)
GetSmtpsPortOk returns a tuple with the SmtpsPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSmtpsPort(v int32)
SetSmtpsPort sets SmtpsPort field to given value.
func (o *FpIntegration) HasSmtpsPort() bool
HasSmtpsPort returns a boolean if a field has been set.
func (o *FpIntegration) GetStartLineNumber() int32
GetStartLineNumber returns the StartLineNumber field if non-nil, zero value otherwise.
func (o *FpIntegration) GetStartLineNumberOk() (*int32, bool)
GetStartLineNumberOk returns a tuple with the StartLineNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetStartLineNumber(v int32)
SetStartLineNumber sets StartLineNumber field to given value.
func (o *FpIntegration) HasStartLineNumber() bool
HasStartLineNumber returns a boolean if a field has been set.
func (o *FpIntegration) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *FpIntegration) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *FpIntegration) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *FpIntegration) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *FpIntegration) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *FpIntegration) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *FpIntegration) GetTo() []string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *FpIntegration) GetToOk() (*[]string, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetTo(v []string)
SetTo sets To field to given value.
func (o *FpIntegration) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *FpIntegration) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *FpIntegration) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetToken(v string)
SetToken sets Token field to given value.
func (o *FpIntegration) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *FpIntegration) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FpIntegration) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetType(v string)
SetType sets Type field to given value.
func (o *FpIntegration) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FpIntegration) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *FpIntegration) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *FpIntegration) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *FpIntegration) GetWebhookUrl() string
GetWebhookUrl returns the WebhookUrl field if non-nil, zero value otherwise.
func (o *FpIntegration) GetWebhookUrlOk() (*string, bool)
GetWebhookUrlOk returns a tuple with the WebhookUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpIntegration) SetWebhookUrl(v string)
SetWebhookUrl sets WebhookUrl field to given value.
func (o *FpIntegration) HasWebhookUrl() bool
HasWebhookUrl returns a boolean if a field has been set.