Name | Type | Description | Notes |
---|---|---|---|
EvaluationDate | Pointer to time.Time | [optional] | |
SendAlerts | Pointer to bool | [optional] |
func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest
NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest 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 NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest
NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest 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 *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDate() time.Time
GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)
GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) SetEvaluationDate(v time.Time)
SetEvaluationDate sets EvaluationDate field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) HasEvaluationDate() bool
HasEvaluationDate returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetSendAlerts() bool
GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)
GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) SetSendAlerts(v bool)
SetSendAlerts sets SendAlerts field to given value.
func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) HasSendAlerts() bool
HasSendAlerts returns a boolean if a field has been set.