Name | Type | Description | Notes |
---|---|---|---|
CAName | Pointer to string | [optional] | |
CARow | Pointer to int64 | [optional] | |
IssuedCN | Pointer to NullableString | [optional] | |
Expiry | Pointer to string | [optional] | |
Subject | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
Recipients | Pointer to []string | [optional] | |
SendDate | Pointer to string | [optional] |
func NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponse() *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse
NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponse instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertResponse 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 NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponseWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse
NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertResponse 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 *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCAName() string
GetCAName returns the CAName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCANameOk() (*string, bool)
GetCANameOk returns a tuple with the CAName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetCAName(v string)
SetCAName sets CAName field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasCAName() bool
HasCAName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCARow() int64
GetCARow returns the CARow field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCARowOk() (*int64, bool)
GetCARowOk returns a tuple with the CARow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetCARow(v int64)
SetCARow sets CARow field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasCARow() bool
HasCARow returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetIssuedCN() string
GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetIssuedCNOk() (*string, bool)
GetIssuedCNOk returns a tuple with the IssuedCN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetIssuedCN(v string)
SetIssuedCN sets IssuedCN field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasIssuedCN() bool
HasIssuedCN returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetIssuedCNNil(b bool)
SetIssuedCNNil sets the value for IssuedCN to be an explicit nil
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) UnsetIssuedCN()
UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetExpiry() string
GetExpiry returns the Expiry field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetExpiryOk() (*string, bool)
GetExpiryOk returns a tuple with the Expiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetExpiry(v string)
SetExpiry sets Expiry field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) 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 *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) 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 *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetRecipientsOk() (*[]string, bool)
GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSendDate() string
GetSendDate returns the SendDate field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSendDateOk() (*string, bool)
GetSendDateOk returns a tuple with the SendDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetSendDate(v string)
SetSendDate sets SendDate field to given value.
func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasSendDate() bool
HasSendDate returns a boolean if a field has been set.