Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 4.45 KB

File metadata and controls

138 lines (77 loc) · 4.45 KB

AlertsKeyRotationKeyRotationAlertResponse

Properties

Name Type Description Notes
Subject Pointer to NullableString [optional]
Message Pointer to NullableString [optional]
Recipient Pointer to NullableString [optional]

Methods

NewAlertsKeyRotationKeyRotationAlertResponse

func NewAlertsKeyRotationKeyRotationAlertResponse() *AlertsKeyRotationKeyRotationAlertResponse

NewAlertsKeyRotationKeyRotationAlertResponse instantiates a new AlertsKeyRotationKeyRotationAlertResponse 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

NewAlertsKeyRotationKeyRotationAlertResponseWithDefaults

func NewAlertsKeyRotationKeyRotationAlertResponseWithDefaults() *AlertsKeyRotationKeyRotationAlertResponse

NewAlertsKeyRotationKeyRotationAlertResponseWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertResponse 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

GetSubject

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetSubjectOk() (*string, bool)

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

SetSubject

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *AlertsKeyRotationKeyRotationAlertResponse) HasSubject() bool

HasSubject returns a boolean if a field has been set.

SetSubjectNil

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetSubjectNil(b bool)

SetSubjectNil sets the value for Subject to be an explicit nil

UnsetSubject

func (o *AlertsKeyRotationKeyRotationAlertResponse) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

GetMessage

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetMessageOk() (*string, bool)

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

SetMessage

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *AlertsKeyRotationKeyRotationAlertResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *AlertsKeyRotationKeyRotationAlertResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

GetRecipient

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetRecipient() string

GetRecipient returns the Recipient field if non-nil, zero value otherwise.

GetRecipientOk

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetRecipientOk() (*string, bool)

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

SetRecipient

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetRecipient(v string)

SetRecipient sets Recipient field to given value.

HasRecipient

func (o *AlertsKeyRotationKeyRotationAlertResponse) HasRecipient() bool

HasRecipient returns a boolean if a field has been set.

SetRecipientNil

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetRecipientNil(b bool)

SetRecipientNil sets the value for Recipient to be an explicit nil

UnsetRecipient

func (o *AlertsKeyRotationKeyRotationAlertResponse) UnsetRecipient()

UnsetRecipient ensures that no value is present for Recipient, not even an explicit nil

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