Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.15 KB

File metadata and controls

186 lines (101 loc) · 6.15 KB

KeyfactorApiModelsAlertsPendingPendingAlertResponse

Properties

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]

Methods

NewKeyfactorApiModelsAlertsPendingPendingAlertResponse

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

NewKeyfactorApiModelsAlertsPendingPendingAlertResponseWithDefaults

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

GetSubject

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetSubject() string

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

GetSubjectOk

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.

SetSubject

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasSubject() bool

HasSubject returns a boolean if a field has been set.

GetMessage

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetMessage() string

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

GetMessageOk

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.

SetMessage

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetRecipients

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetRecipients() []string

GetRecipients returns the Recipients field if non-nil, zero value otherwise.

GetRecipientsOk

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.

SetRecipients

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetRecipients(v []string)

SetRecipients sets Recipients field to given value.

HasRecipients

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

GetCARequestId

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCARequestId() int32

GetCARequestId returns the CARequestId field if non-nil, zero value otherwise.

GetCARequestIdOk

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.

SetCARequestId

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetCARequestId(v int32)

SetCARequestId sets CARequestId field to given value.

HasCARequestId

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasCARequestId() bool

HasCARequestId returns a boolean if a field has been set.

GetCommonName

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCommonName() string

GetCommonName returns the CommonName field if non-nil, zero value otherwise.

GetCommonNameOk

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.

SetCommonName

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetCommonName(v string)

SetCommonName sets CommonName field to given value.

HasCommonName

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

GetLogicalName

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetLogicalName() string

GetLogicalName returns the LogicalName field if non-nil, zero value otherwise.

GetLogicalNameOk

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.

SetLogicalName

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetLogicalName(v string)

SetLogicalName sets LogicalName field to given value.

HasLogicalName

func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasLogicalName() bool

HasLogicalName returns a boolean if a field has been set.

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