Name | Type | Description | Notes |
---|---|---|---|
Bcc | Pointer to []string | [optional] | |
Cc | Pointer to []string | [optional] | |
Channel | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Integration | Pointer to string | [optional] | |
Subject | Pointer to string | [optional] | |
Title | Pointer to string | [optional] | |
To | Pointer to []string | [optional] |
func NewFpNotify() *FpNotify
NewFpNotify instantiates a new FpNotify 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 NewFpNotifyWithDefaults() *FpNotify
NewFpNotifyWithDefaults instantiates a new FpNotify 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 *FpNotify) GetBcc() []string
GetBcc returns the Bcc field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetBcc(v []string)
SetBcc sets Bcc field to given value.
func (o *FpNotify) HasBcc() bool
HasBcc returns a boolean if a field has been set.
func (o *FpNotify) GetCc() []string
GetCc returns the Cc field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetCc(v []string)
SetCc sets Cc field to given value.
func (o *FpNotify) HasCc() bool
HasCc returns a boolean if a field has been set.
func (o *FpNotify) GetChannel() string
GetChannel returns the Channel field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetChannel(v string)
SetChannel sets Channel field to given value.
func (o *FpNotify) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (o *FpNotify) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FpNotify) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FpNotify) GetIntegration() string
GetIntegration returns the Integration field if non-nil, zero value otherwise.
func (o *FpNotify) GetIntegrationOk() (*string, bool)
GetIntegrationOk returns a tuple with the Integration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpNotify) SetIntegration(v string)
SetIntegration sets Integration field to given value.
func (o *FpNotify) HasIntegration() bool
HasIntegration returns a boolean if a field has been set.
func (o *FpNotify) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *FpNotify) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *FpNotify) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *FpNotify) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *FpNotify) GetTo() []string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *FpNotify) 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 *FpNotify) SetTo(v []string)
SetTo sets To field to given value.
func (o *FpNotify) HasTo() bool
HasTo returns a boolean if a field has been set.