Name | Type | Description | Notes |
---|---|---|---|
Subject | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
Recipient | Pointer to string | [optional] |
func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse
NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse 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 NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponseWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse
NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) 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.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) 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.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetRecipient() string
GetRecipient returns the Recipient field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) 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.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) SetRecipient(v string)
SetRecipient sets Recipient field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) HasRecipient() bool
HasRecipient returns a boolean if a field has been set.