Name | Type | Description | Notes |
---|---|---|---|
KeyRotationAlerts | Pointer to []KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse | [optional] | |
AlertBuildResult | Pointer to int32 | [optional] |
func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse
NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse 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 NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse
NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlerts() []KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse
GetKeyRotationAlerts returns the KeyRotationAlerts field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlertsOk() (*[]KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse, bool)
GetKeyRotationAlertsOk returns a tuple with the KeyRotationAlerts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) SetKeyRotationAlerts(v []KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse)
SetKeyRotationAlerts sets KeyRotationAlerts field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) HasKeyRotationAlerts() bool
HasKeyRotationAlerts returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetAlertBuildResult() int32
GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) SetAlertBuildResult(v int32)
SetAlertBuildResult sets AlertBuildResult field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) HasAlertBuildResult() bool
HasAlertBuildResult returns a boolean if a field has been set.