Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.6 KB

KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse.md

File metadata and controls

82 lines (45 loc) · 3.6 KB

KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse

Properties

Name Type Description Notes
ExpirationAlerts Pointer to []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse [optional]
AlertBuildResult Pointer to int32 [optional]

Methods

NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse

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

NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponseWithDefaults

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

GetExpirationAlerts

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetExpirationAlerts() []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse

GetExpirationAlerts returns the ExpirationAlerts field if non-nil, zero value otherwise.

GetExpirationAlertsOk

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.

SetExpirationAlerts

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) SetExpirationAlerts(v []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse)

SetExpirationAlerts sets ExpirationAlerts field to given value.

HasExpirationAlerts

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) HasExpirationAlerts() bool

HasExpirationAlerts returns a boolean if a field has been set.

GetAlertBuildResult

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetAlertBuildResult() int32

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

GetAlertBuildResultOk

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.

SetAlertBuildResult

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) SetAlertBuildResult(v int32)

SetAlertBuildResult sets AlertBuildResult field to given value.

HasAlertBuildResult

func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

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