Name | Type | Description | Notes |
---|---|---|---|
ExpirationAlerts | Pointer to []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse | [optional] | |
AlertBuildResult | Pointer to int32 | [optional] |
func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse
NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse 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 NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponseWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse
NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse 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 *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetExpirationAlerts() []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse
GetExpirationAlerts returns the ExpirationAlerts field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetExpirationAlertsOk() (*[]KeyfactorApiModelsAlertsExpirationExpirationAlertResponse, bool)
GetExpirationAlertsOk returns a tuple with the ExpirationAlerts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) SetExpirationAlerts(v []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse)
SetExpirationAlerts sets ExpirationAlerts field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) HasExpirationAlerts() bool
HasExpirationAlerts returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetAlertBuildResult() int32
GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) 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.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) SetAlertBuildResult(v int32)
SetAlertBuildResult sets AlertBuildResult field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) HasAlertBuildResult() bool
HasAlertBuildResult returns a boolean if a field has been set.