| Name | Type | Description | Notes |
|---|---|---|---|
| PendingAlerts | Pointer to []AlertsPendingPendingAlertResponse | [optional] | |
| AlertBuildResult | Pointer to CSSCMSDataModelEnumsAlertBuildResult | [optional] |
func NewAlertsPendingPendingAlertTestResponse() *AlertsPendingPendingAlertTestResponse
NewAlertsPendingPendingAlertTestResponse instantiates a new AlertsPendingPendingAlertTestResponse 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 NewAlertsPendingPendingAlertTestResponseWithDefaults() *AlertsPendingPendingAlertTestResponse
NewAlertsPendingPendingAlertTestResponseWithDefaults instantiates a new AlertsPendingPendingAlertTestResponse 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 *AlertsPendingPendingAlertTestResponse) GetPendingAlerts() []AlertsPendingPendingAlertResponse
GetPendingAlerts returns the PendingAlerts field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertTestResponse) GetPendingAlertsOk() (*[]AlertsPendingPendingAlertResponse, 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.
func (o *AlertsPendingPendingAlertTestResponse) SetPendingAlerts(v []AlertsPendingPendingAlertResponse)
SetPendingAlerts sets PendingAlerts field to given value.
func (o *AlertsPendingPendingAlertTestResponse) HasPendingAlerts() bool
HasPendingAlerts returns a boolean if a field has been set.
func (o *AlertsPendingPendingAlertTestResponse) SetPendingAlertsNil(b bool)
SetPendingAlertsNil sets the value for PendingAlerts to be an explicit nil
func (o *AlertsPendingPendingAlertTestResponse) UnsetPendingAlerts()
UnsetPendingAlerts ensures that no value is present for PendingAlerts, not even an explicit nil
func (o *AlertsPendingPendingAlertTestResponse) GetAlertBuildResult() CSSCMSDataModelEnumsAlertBuildResult
GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertTestResponse) GetAlertBuildResultOk() (*CSSCMSDataModelEnumsAlertBuildResult, 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 *AlertsPendingPendingAlertTestResponse) SetAlertBuildResult(v CSSCMSDataModelEnumsAlertBuildResult)
SetAlertBuildResult sets AlertBuildResult field to given value.
func (o *AlertsPendingPendingAlertTestResponse) HasAlertBuildResult() bool
HasAlertBuildResult returns a boolean if a field has been set.