Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.52 KB

File metadata and controls

92 lines (51 loc) · 3.52 KB

AlertsPendingPendingAlertTestResponse

Properties

Name Type Description Notes
PendingAlerts Pointer to []AlertsPendingPendingAlertResponse [optional]
AlertBuildResult Pointer to CSSCMSDataModelEnumsAlertBuildResult [optional]

Methods

NewAlertsPendingPendingAlertTestResponse

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

NewAlertsPendingPendingAlertTestResponseWithDefaults

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

GetPendingAlerts

func (o *AlertsPendingPendingAlertTestResponse) GetPendingAlerts() []AlertsPendingPendingAlertResponse

GetPendingAlerts returns the PendingAlerts field if non-nil, zero value otherwise.

GetPendingAlertsOk

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.

SetPendingAlerts

func (o *AlertsPendingPendingAlertTestResponse) SetPendingAlerts(v []AlertsPendingPendingAlertResponse)

SetPendingAlerts sets PendingAlerts field to given value.

HasPendingAlerts

func (o *AlertsPendingPendingAlertTestResponse) HasPendingAlerts() bool

HasPendingAlerts returns a boolean if a field has been set.

SetPendingAlertsNil

func (o *AlertsPendingPendingAlertTestResponse) SetPendingAlertsNil(b bool)

SetPendingAlertsNil sets the value for PendingAlerts to be an explicit nil

UnsetPendingAlerts

func (o *AlertsPendingPendingAlertTestResponse) UnsetPendingAlerts()

UnsetPendingAlerts ensures that no value is present for PendingAlerts, not even an explicit nil

GetAlertBuildResult

func (o *AlertsPendingPendingAlertTestResponse) GetAlertBuildResult() CSSCMSDataModelEnumsAlertBuildResult

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

GetAlertBuildResultOk

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.

SetAlertBuildResult

func (o *AlertsPendingPendingAlertTestResponse) SetAlertBuildResult(v CSSCMSDataModelEnumsAlertBuildResult)

SetAlertBuildResult sets AlertBuildResult field to given value.

HasAlertBuildResult

func (o *AlertsPendingPendingAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

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