Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.31 KB

KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest.md

File metadata and controls

108 lines (59 loc) · 4.31 KB

KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest

Properties

Name Type Description Notes
EvaluationDate Pointer to time.Time [optional]
PreviousEvaluationDate Pointer to time.Time [optional]
SendAlerts Pointer to bool [optional]

Methods

NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest

func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest

NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest 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

NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequestWithDefaults

func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequestWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest

NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest 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

GetEvaluationDate

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetEvaluationDate() time.Time

GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise.

GetEvaluationDateOk

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) 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.

SetEvaluationDate

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) SetEvaluationDate(v time.Time)

SetEvaluationDate sets EvaluationDate field to given value.

HasEvaluationDate

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) HasEvaluationDate() bool

HasEvaluationDate returns a boolean if a field has been set.

GetPreviousEvaluationDate

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDate() time.Time

GetPreviousEvaluationDate returns the PreviousEvaluationDate field if non-nil, zero value otherwise.

GetPreviousEvaluationDateOk

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)

GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPreviousEvaluationDate

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) SetPreviousEvaluationDate(v time.Time)

SetPreviousEvaluationDate sets PreviousEvaluationDate field to given value.

HasPreviousEvaluationDate

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) HasPreviousEvaluationDate() bool

HasPreviousEvaluationDate returns a boolean if a field has been set.

GetSendAlerts

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetSendAlerts() bool

GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise.

GetSendAlertsOk

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) 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.

SetSendAlerts

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) SetSendAlerts(v bool)

SetSendAlerts sets SendAlerts field to given value.

HasSendAlerts

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) HasSendAlerts() bool

HasSendAlerts returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]