Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.96 KB

KeyfactorApiModelsAlertsPendingPendingAlertTestRequest.md

File metadata and controls

82 lines (45 loc) · 2.96 KB

KeyfactorApiModelsAlertsPendingPendingAlertTestRequest

Properties

Name Type Description Notes
AlertId Pointer to int32 [optional]
SendAlerts Pointer to bool [optional]

Methods

NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequest

func NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequest() *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest

NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequest instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestRequest 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

NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequestWithDefaults

func NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequestWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest

NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestRequest 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

GetAlertId

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetAlertId() int32

GetAlertId returns the AlertId field if non-nil, zero value otherwise.

GetAlertIdOk

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetAlertIdOk() (*int32, bool)

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

SetAlertId

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) SetAlertId(v int32)

SetAlertId sets AlertId field to given value.

HasAlertId

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) HasAlertId() bool

HasAlertId returns a boolean if a field has been set.

GetSendAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetSendAlerts() bool

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

GetSendAlertsOk

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

SetSendAlerts sets SendAlerts field to given value.

HasSendAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) HasSendAlerts() bool

HasSendAlerts returns a boolean if a field has been set.

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