Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.81 KB

File metadata and controls

92 lines (51 loc) · 3.81 KB

AlertsKeyRotationKeyRotationAlertTestResponse

Properties

Name Type Description Notes
KeyRotationAlerts Pointer to []AlertsKeyRotationKeyRotationAlertResponse [optional]
AlertBuildResult Pointer to CSSCMSDataModelEnumsAlertBuildResult [optional]

Methods

NewAlertsKeyRotationKeyRotationAlertTestResponse

func NewAlertsKeyRotationKeyRotationAlertTestResponse() *AlertsKeyRotationKeyRotationAlertTestResponse

NewAlertsKeyRotationKeyRotationAlertTestResponse instantiates a new AlertsKeyRotationKeyRotationAlertTestResponse 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

NewAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults

func NewAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults() *AlertsKeyRotationKeyRotationAlertTestResponse

NewAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertTestResponse 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

GetKeyRotationAlerts

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlerts() []AlertsKeyRotationKeyRotationAlertResponse

GetKeyRotationAlerts returns the KeyRotationAlerts field if non-nil, zero value otherwise.

GetKeyRotationAlertsOk

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlertsOk() (*[]AlertsKeyRotationKeyRotationAlertResponse, 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.

SetKeyRotationAlerts

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) SetKeyRotationAlerts(v []AlertsKeyRotationKeyRotationAlertResponse)

SetKeyRotationAlerts sets KeyRotationAlerts field to given value.

HasKeyRotationAlerts

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) HasKeyRotationAlerts() bool

HasKeyRotationAlerts returns a boolean if a field has been set.

SetKeyRotationAlertsNil

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) SetKeyRotationAlertsNil(b bool)

SetKeyRotationAlertsNil sets the value for KeyRotationAlerts to be an explicit nil

UnsetKeyRotationAlerts

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) UnsetKeyRotationAlerts()

UnsetKeyRotationAlerts ensures that no value is present for KeyRotationAlerts, not even an explicit nil

GetAlertBuildResult

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) GetAlertBuildResult() CSSCMSDataModelEnumsAlertBuildResult

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

GetAlertBuildResultOk

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) 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 *AlertsKeyRotationKeyRotationAlertTestResponse) SetAlertBuildResult(v CSSCMSDataModelEnumsAlertBuildResult)

SetAlertBuildResult sets AlertBuildResult field to given value.

HasAlertBuildResult

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

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