Name | Type | Description | Notes |
---|---|---|---|
Subject | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
Recipients | Pointer to []string | [optional] |
func NewModelsMonitoringRevocationMonitoringAlertResponse() *ModelsMonitoringRevocationMonitoringAlertResponse
NewModelsMonitoringRevocationMonitoringAlertResponse instantiates a new ModelsMonitoringRevocationMonitoringAlertResponse 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 NewModelsMonitoringRevocationMonitoringAlertResponseWithDefaults() *ModelsMonitoringRevocationMonitoringAlertResponse
NewModelsMonitoringRevocationMonitoringAlertResponseWithDefaults instantiates a new ModelsMonitoringRevocationMonitoringAlertResponse 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 *ModelsMonitoringRevocationMonitoringAlertResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) 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 *ModelsMonitoringRevocationMonitoringAlertResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) 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 *ModelsMonitoringRevocationMonitoringAlertResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) 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 *ModelsMonitoringRevocationMonitoringAlertResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *ModelsMonitoringRevocationMonitoringAlertResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.