Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.41 KB

KeyfactorApiModelsAlertsPendingPendingAlertTestResponse.md

File metadata and controls

82 lines (45 loc) · 3.41 KB

KeyfactorApiModelsAlertsPendingPendingAlertTestResponse

Properties

Name Type Description Notes
PendingAlerts Pointer to []KeyfactorApiModelsAlertsPendingPendingAlertResponse [optional]
AlertBuildResult Pointer to int32 [optional]

Methods

NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponse

func NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponse() *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse

NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponse instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestResponse 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

NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponseWithDefaults

func NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponseWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse

NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestResponse 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

GetPendingAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetPendingAlerts() []KeyfactorApiModelsAlertsPendingPendingAlertResponse

GetPendingAlerts returns the PendingAlerts field if non-nil, zero value otherwise.

GetPendingAlertsOk

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetPendingAlertsOk() (*[]KeyfactorApiModelsAlertsPendingPendingAlertResponse, bool)

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

SetPendingAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) SetPendingAlerts(v []KeyfactorApiModelsAlertsPendingPendingAlertResponse)

SetPendingAlerts sets PendingAlerts field to given value.

HasPendingAlerts

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) HasPendingAlerts() bool

HasPendingAlerts returns a boolean if a field has been set.

GetAlertBuildResult

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetAlertBuildResult() int32

GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise.

GetAlertBuildResultOk

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetAlertBuildResultOk() (*int32, bool)

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

SetAlertBuildResult

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) SetAlertBuildResult(v int32)

SetAlertBuildResult sets AlertBuildResult field to given value.

HasAlertBuildResult

func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

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