Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.23 KB

KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest.md

File metadata and controls

56 lines (31 loc) · 2.23 KB

KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest

Properties

Name Type Description Notes
SendAlerts Pointer to bool [optional]

Methods

NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest

func NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest() *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest

NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest 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

NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequestWithDefaults

func NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequestWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest

NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest 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

GetSendAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) GetSendAlerts() bool

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

GetSendAlertsOk

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) 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 *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) SetSendAlerts(v bool)

SetSendAlerts sets SendAlerts field to given value.

HasSendAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) HasSendAlerts() bool

HasSendAlerts returns a boolean if a field has been set.

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