| Name | Type | Description | Notes |
|---|---|---|---|
| Subject | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] | |
| Recipients | Pointer to []string | [optional] | |
| CARequestId | Pointer to int32 | [optional] | |
| CommonName | Pointer to string | [optional] | |
| LogicalName | Pointer to string | [optional] |
func NewKeyfactorApiModelsAlertsPendingPendingAlertResponse() *KeyfactorApiModelsAlertsPendingPendingAlertResponse
NewKeyfactorApiModelsAlertsPendingPendingAlertResponse instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertResponse 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 NewKeyfactorApiModelsAlertsPendingPendingAlertResponseWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertResponse
NewKeyfactorApiModelsAlertsPendingPendingAlertResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertResponse 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 *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) 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 *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) 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 *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) 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 *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCARequestId() int32
GetCARequestId returns the CARequestId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCARequestIdOk() (*int32, bool)
GetCARequestIdOk returns a tuple with the CARequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetCARequestId(v int32)
SetCARequestId sets CARequestId field to given value.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasCARequestId() bool
HasCARequestId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCommonName() string
GetCommonName returns the CommonName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCommonNameOk() (*string, bool)
GetCommonNameOk returns a tuple with the CommonName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetCommonName(v string)
SetCommonName sets CommonName field to given value.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasCommonName() bool
HasCommonName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetLogicalName() string
GetLogicalName returns the LogicalName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetLogicalNameOk() (*string, bool)
GetLogicalNameOk returns a tuple with the LogicalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetLogicalName(v string)
SetLogicalName sets LogicalName field to given value.
func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasLogicalName() bool
HasLogicalName returns a boolean if a field has been set.