Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.79 KB

KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse.md

File metadata and controls

82 lines (45 loc) · 3.79 KB

KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse

Properties

Name Type Description Notes
RevocationMonitoringAlerts Pointer to []ModelsMonitoringRevocationMonitoringAlertResponse [optional]
AlertBuildResult Pointer to int32 [optional]

Methods

NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse

func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse

NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse 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

NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponseWithDefaults

func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponseWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse

NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse 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

GetRevocationMonitoringAlerts

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetRevocationMonitoringAlerts() []ModelsMonitoringRevocationMonitoringAlertResponse

GetRevocationMonitoringAlerts returns the RevocationMonitoringAlerts field if non-nil, zero value otherwise.

GetRevocationMonitoringAlertsOk

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetRevocationMonitoringAlertsOk() (*[]ModelsMonitoringRevocationMonitoringAlertResponse, bool)

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

SetRevocationMonitoringAlerts

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) SetRevocationMonitoringAlerts(v []ModelsMonitoringRevocationMonitoringAlertResponse)

SetRevocationMonitoringAlerts sets RevocationMonitoringAlerts field to given value.

HasRevocationMonitoringAlerts

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) HasRevocationMonitoringAlerts() bool

HasRevocationMonitoringAlerts returns a boolean if a field has been set.

GetAlertBuildResult

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetAlertBuildResult() int32

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

GetAlertBuildResultOk

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) 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 *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) SetAlertBuildResult(v int32)

SetAlertBuildResult sets AlertBuildResult field to given value.

HasAlertBuildResult

func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

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