Name | Type | Description | Notes |
---|---|---|---|
EnableReminder | Pointer to bool | [optional] | |
WarningDays | Pointer to int32 | [optional] | |
Recipients | Pointer to []string | [optional] |
func NewKeyfactorApiModelsMonitoringEmailResponse() *KeyfactorApiModelsMonitoringEmailResponse
NewKeyfactorApiModelsMonitoringEmailResponse instantiates a new KeyfactorApiModelsMonitoringEmailResponse 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 NewKeyfactorApiModelsMonitoringEmailResponseWithDefaults() *KeyfactorApiModelsMonitoringEmailResponse
NewKeyfactorApiModelsMonitoringEmailResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringEmailResponse 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 *KeyfactorApiModelsMonitoringEmailResponse) GetEnableReminder() bool
GetEnableReminder returns the EnableReminder field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringEmailResponse) GetEnableReminderOk() (*bool, bool)
GetEnableReminderOk returns a tuple with the EnableReminder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringEmailResponse) SetEnableReminder(v bool)
SetEnableReminder sets EnableReminder field to given value.
func (o *KeyfactorApiModelsMonitoringEmailResponse) HasEnableReminder() bool
HasEnableReminder returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringEmailResponse) GetWarningDays() int32
GetWarningDays returns the WarningDays field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringEmailResponse) GetWarningDaysOk() (*int32, bool)
GetWarningDaysOk returns a tuple with the WarningDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringEmailResponse) SetWarningDays(v int32)
SetWarningDays sets WarningDays field to given value.
func (o *KeyfactorApiModelsMonitoringEmailResponse) HasWarningDays() bool
HasWarningDays returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringEmailResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringEmailResponse) GetRecipientsOk() (*[]string, bool)
GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringEmailResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *KeyfactorApiModelsMonitoringEmailResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.