Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to NullableString | [optional] | |
Fields | Pointer to []Field | [optional] | |
ImplementationName | Pointer to NullableString | [optional] | |
Implementation | Pointer to NullableString | [optional] | |
ConfigContract | Pointer to NullableString | [optional] | |
InfoLink | Pointer to NullableString | [optional] | |
Message | Pointer to ProviderMessage | [optional] | |
Tags | Pointer to []int32 | [optional] | |
Presets | Pointer to []NotificationResource | [optional] | |
Link | Pointer to NullableString | [optional] | |
OnGrab | Pointer to bool | [optional] | |
OnDownload | Pointer to bool | [optional] | |
OnUpgrade | Pointer to bool | [optional] | |
OnRename | Pointer to bool | [optional] | |
OnMovieAdded | Pointer to bool | [optional] | |
OnMovieDelete | Pointer to bool | [optional] | |
OnMovieFileDelete | Pointer to bool | [optional] | |
OnMovieFileDeleteForUpgrade | Pointer to bool | [optional] | |
OnHealthIssue | Pointer to bool | [optional] | |
IncludeHealthWarnings | Pointer to bool | [optional] | |
OnHealthRestored | Pointer to bool | [optional] | |
OnApplicationUpdate | Pointer to bool | [optional] | |
OnManualInteractionRequired | Pointer to bool | [optional] | |
SupportsOnGrab | Pointer to bool | [optional] | |
SupportsOnDownload | Pointer to bool | [optional] | |
SupportsOnUpgrade | Pointer to bool | [optional] | |
SupportsOnRename | Pointer to bool | [optional] | |
SupportsOnMovieAdded | Pointer to bool | [optional] | |
SupportsOnMovieDelete | Pointer to bool | [optional] | |
SupportsOnMovieFileDelete | Pointer to bool | [optional] | |
SupportsOnMovieFileDeleteForUpgrade | Pointer to bool | [optional] | |
SupportsOnHealthIssue | Pointer to bool | [optional] | |
SupportsOnHealthRestored | Pointer to bool | [optional] | |
SupportsOnApplicationUpdate | Pointer to bool | [optional] | |
SupportsOnManualInteractionRequired | Pointer to bool | [optional] | |
TestCommand | Pointer to NullableString | [optional] |
func NewNotificationResource() *NotificationResource
NewNotificationResource instantiates a new NotificationResource 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 NewNotificationResourceWithDefaults() *NotificationResource
NewNotificationResourceWithDefaults instantiates a new NotificationResource 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 *NotificationResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NotificationResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetId(v int32)
SetId sets Id field to given value.
func (o *NotificationResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *NotificationResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NotificationResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetName(v string)
SetName sets Name field to given value.
func (o *NotificationResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NotificationResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *NotificationResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *NotificationResource) GetFields() []Field
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *NotificationResource) GetFieldsOk() (*[]Field, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetFields(v []Field)
SetFields sets Fields field to given value.
func (o *NotificationResource) HasFields() bool
HasFields returns a boolean if a field has been set.
func (o *NotificationResource) SetFieldsNil(b bool)
SetFieldsNil sets the value for Fields to be an explicit nil
func (o *NotificationResource) UnsetFields()
UnsetFields ensures that no value is present for Fields, not even an explicit nil
func (o *NotificationResource) GetImplementationName() string
GetImplementationName returns the ImplementationName field if non-nil, zero value otherwise.
func (o *NotificationResource) GetImplementationNameOk() (*string, bool)
GetImplementationNameOk returns a tuple with the ImplementationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetImplementationName(v string)
SetImplementationName sets ImplementationName field to given value.
func (o *NotificationResource) HasImplementationName() bool
HasImplementationName returns a boolean if a field has been set.
func (o *NotificationResource) SetImplementationNameNil(b bool)
SetImplementationNameNil sets the value for ImplementationName to be an explicit nil
func (o *NotificationResource) UnsetImplementationName()
UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil
func (o *NotificationResource) GetImplementation() string
GetImplementation returns the Implementation field if non-nil, zero value otherwise.
func (o *NotificationResource) GetImplementationOk() (*string, bool)
GetImplementationOk returns a tuple with the Implementation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetImplementation(v string)
SetImplementation sets Implementation field to given value.
func (o *NotificationResource) HasImplementation() bool
HasImplementation returns a boolean if a field has been set.
func (o *NotificationResource) SetImplementationNil(b bool)
SetImplementationNil sets the value for Implementation to be an explicit nil
func (o *NotificationResource) UnsetImplementation()
UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil
func (o *NotificationResource) GetConfigContract() string
GetConfigContract returns the ConfigContract field if non-nil, zero value otherwise.
func (o *NotificationResource) GetConfigContractOk() (*string, bool)
GetConfigContractOk returns a tuple with the ConfigContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetConfigContract(v string)
SetConfigContract sets ConfigContract field to given value.
func (o *NotificationResource) HasConfigContract() bool
HasConfigContract returns a boolean if a field has been set.
func (o *NotificationResource) SetConfigContractNil(b bool)
SetConfigContractNil sets the value for ConfigContract to be an explicit nil
func (o *NotificationResource) UnsetConfigContract()
UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil
func (o *NotificationResource) GetInfoLink() string
GetInfoLink returns the InfoLink field if non-nil, zero value otherwise.
func (o *NotificationResource) GetInfoLinkOk() (*string, bool)
GetInfoLinkOk returns a tuple with the InfoLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetInfoLink(v string)
SetInfoLink sets InfoLink field to given value.
func (o *NotificationResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (o *NotificationResource) SetInfoLinkNil(b bool)
SetInfoLinkNil sets the value for InfoLink to be an explicit nil
func (o *NotificationResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (o *NotificationResource) GetMessage() ProviderMessage
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *NotificationResource) GetMessageOk() (*ProviderMessage, 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 *NotificationResource) SetMessage(v ProviderMessage)
SetMessage sets Message field to given value.
func (o *NotificationResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *NotificationResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *NotificationResource) GetTagsOk() (*[]int32, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *NotificationResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *NotificationResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *NotificationResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *NotificationResource) GetPresets() []NotificationResource
GetPresets returns the Presets field if non-nil, zero value otherwise.
func (o *NotificationResource) GetPresetsOk() (*[]NotificationResource, bool)
GetPresetsOk returns a tuple with the Presets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetPresets(v []NotificationResource)
SetPresets sets Presets field to given value.
func (o *NotificationResource) HasPresets() bool
HasPresets returns a boolean if a field has been set.
func (o *NotificationResource) SetPresetsNil(b bool)
SetPresetsNil sets the value for Presets to be an explicit nil
func (o *NotificationResource) UnsetPresets()
UnsetPresets ensures that no value is present for Presets, not even an explicit nil
func (o *NotificationResource) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *NotificationResource) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetLink(v string)
SetLink sets Link field to given value.
func (o *NotificationResource) HasLink() bool
HasLink returns a boolean if a field has been set.
func (o *NotificationResource) SetLinkNil(b bool)
SetLinkNil sets the value for Link to be an explicit nil
func (o *NotificationResource) UnsetLink()
UnsetLink ensures that no value is present for Link, not even an explicit nil
func (o *NotificationResource) GetOnGrab() bool
GetOnGrab returns the OnGrab field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnGrabOk() (*bool, bool)
GetOnGrabOk returns a tuple with the OnGrab field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnGrab(v bool)
SetOnGrab sets OnGrab field to given value.
func (o *NotificationResource) HasOnGrab() bool
HasOnGrab returns a boolean if a field has been set.
func (o *NotificationResource) GetOnDownload() bool
GetOnDownload returns the OnDownload field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnDownloadOk() (*bool, bool)
GetOnDownloadOk returns a tuple with the OnDownload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnDownload(v bool)
SetOnDownload sets OnDownload field to given value.
func (o *NotificationResource) HasOnDownload() bool
HasOnDownload returns a boolean if a field has been set.
func (o *NotificationResource) GetOnUpgrade() bool
GetOnUpgrade returns the OnUpgrade field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnUpgradeOk() (*bool, bool)
GetOnUpgradeOk returns a tuple with the OnUpgrade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnUpgrade(v bool)
SetOnUpgrade sets OnUpgrade field to given value.
func (o *NotificationResource) HasOnUpgrade() bool
HasOnUpgrade returns a boolean if a field has been set.
func (o *NotificationResource) GetOnRename() bool
GetOnRename returns the OnRename field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnRenameOk() (*bool, bool)
GetOnRenameOk returns a tuple with the OnRename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnRename(v bool)
SetOnRename sets OnRename field to given value.
func (o *NotificationResource) HasOnRename() bool
HasOnRename returns a boolean if a field has been set.
func (o *NotificationResource) GetOnMovieAdded() bool
GetOnMovieAdded returns the OnMovieAdded field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnMovieAddedOk() (*bool, bool)
GetOnMovieAddedOk returns a tuple with the OnMovieAdded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnMovieAdded(v bool)
SetOnMovieAdded sets OnMovieAdded field to given value.
func (o *NotificationResource) HasOnMovieAdded() bool
HasOnMovieAdded returns a boolean if a field has been set.
func (o *NotificationResource) GetOnMovieDelete() bool
GetOnMovieDelete returns the OnMovieDelete field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnMovieDeleteOk() (*bool, bool)
GetOnMovieDeleteOk returns a tuple with the OnMovieDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnMovieDelete(v bool)
SetOnMovieDelete sets OnMovieDelete field to given value.
func (o *NotificationResource) HasOnMovieDelete() bool
HasOnMovieDelete returns a boolean if a field has been set.
func (o *NotificationResource) GetOnMovieFileDelete() bool
GetOnMovieFileDelete returns the OnMovieFileDelete field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnMovieFileDeleteOk() (*bool, bool)
GetOnMovieFileDeleteOk returns a tuple with the OnMovieFileDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnMovieFileDelete(v bool)
SetOnMovieFileDelete sets OnMovieFileDelete field to given value.
func (o *NotificationResource) HasOnMovieFileDelete() bool
HasOnMovieFileDelete returns a boolean if a field has been set.
func (o *NotificationResource) GetOnMovieFileDeleteForUpgrade() bool
GetOnMovieFileDeleteForUpgrade returns the OnMovieFileDeleteForUpgrade field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnMovieFileDeleteForUpgradeOk() (*bool, bool)
GetOnMovieFileDeleteForUpgradeOk returns a tuple with the OnMovieFileDeleteForUpgrade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnMovieFileDeleteForUpgrade(v bool)
SetOnMovieFileDeleteForUpgrade sets OnMovieFileDeleteForUpgrade field to given value.
func (o *NotificationResource) HasOnMovieFileDeleteForUpgrade() bool
HasOnMovieFileDeleteForUpgrade returns a boolean if a field has been set.
func (o *NotificationResource) GetOnHealthIssue() bool
GetOnHealthIssue returns the OnHealthIssue field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnHealthIssueOk() (*bool, bool)
GetOnHealthIssueOk returns a tuple with the OnHealthIssue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnHealthIssue(v bool)
SetOnHealthIssue sets OnHealthIssue field to given value.
func (o *NotificationResource) HasOnHealthIssue() bool
HasOnHealthIssue returns a boolean if a field has been set.
func (o *NotificationResource) GetIncludeHealthWarnings() bool
GetIncludeHealthWarnings returns the IncludeHealthWarnings field if non-nil, zero value otherwise.
func (o *NotificationResource) GetIncludeHealthWarningsOk() (*bool, bool)
GetIncludeHealthWarningsOk returns a tuple with the IncludeHealthWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetIncludeHealthWarnings(v bool)
SetIncludeHealthWarnings sets IncludeHealthWarnings field to given value.
func (o *NotificationResource) HasIncludeHealthWarnings() bool
HasIncludeHealthWarnings returns a boolean if a field has been set.
func (o *NotificationResource) GetOnHealthRestored() bool
GetOnHealthRestored returns the OnHealthRestored field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnHealthRestoredOk() (*bool, bool)
GetOnHealthRestoredOk returns a tuple with the OnHealthRestored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnHealthRestored(v bool)
SetOnHealthRestored sets OnHealthRestored field to given value.
func (o *NotificationResource) HasOnHealthRestored() bool
HasOnHealthRestored returns a boolean if a field has been set.
func (o *NotificationResource) GetOnApplicationUpdate() bool
GetOnApplicationUpdate returns the OnApplicationUpdate field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnApplicationUpdateOk() (*bool, bool)
GetOnApplicationUpdateOk returns a tuple with the OnApplicationUpdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnApplicationUpdate(v bool)
SetOnApplicationUpdate sets OnApplicationUpdate field to given value.
func (o *NotificationResource) HasOnApplicationUpdate() bool
HasOnApplicationUpdate returns a boolean if a field has been set.
func (o *NotificationResource) GetOnManualInteractionRequired() bool
GetOnManualInteractionRequired returns the OnManualInteractionRequired field if non-nil, zero value otherwise.
func (o *NotificationResource) GetOnManualInteractionRequiredOk() (*bool, bool)
GetOnManualInteractionRequiredOk returns a tuple with the OnManualInteractionRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetOnManualInteractionRequired(v bool)
SetOnManualInteractionRequired sets OnManualInteractionRequired field to given value.
func (o *NotificationResource) HasOnManualInteractionRequired() bool
HasOnManualInteractionRequired returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnGrab() bool
GetSupportsOnGrab returns the SupportsOnGrab field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnGrabOk() (*bool, bool)
GetSupportsOnGrabOk returns a tuple with the SupportsOnGrab field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnGrab(v bool)
SetSupportsOnGrab sets SupportsOnGrab field to given value.
func (o *NotificationResource) HasSupportsOnGrab() bool
HasSupportsOnGrab returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnDownload() bool
GetSupportsOnDownload returns the SupportsOnDownload field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnDownloadOk() (*bool, bool)
GetSupportsOnDownloadOk returns a tuple with the SupportsOnDownload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnDownload(v bool)
SetSupportsOnDownload sets SupportsOnDownload field to given value.
func (o *NotificationResource) HasSupportsOnDownload() bool
HasSupportsOnDownload returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnUpgrade() bool
GetSupportsOnUpgrade returns the SupportsOnUpgrade field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnUpgradeOk() (*bool, bool)
GetSupportsOnUpgradeOk returns a tuple with the SupportsOnUpgrade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnUpgrade(v bool)
SetSupportsOnUpgrade sets SupportsOnUpgrade field to given value.
func (o *NotificationResource) HasSupportsOnUpgrade() bool
HasSupportsOnUpgrade returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnRename() bool
GetSupportsOnRename returns the SupportsOnRename field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnRenameOk() (*bool, bool)
GetSupportsOnRenameOk returns a tuple with the SupportsOnRename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnRename(v bool)
SetSupportsOnRename sets SupportsOnRename field to given value.
func (o *NotificationResource) HasSupportsOnRename() bool
HasSupportsOnRename returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnMovieAdded() bool
GetSupportsOnMovieAdded returns the SupportsOnMovieAdded field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnMovieAddedOk() (*bool, bool)
GetSupportsOnMovieAddedOk returns a tuple with the SupportsOnMovieAdded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnMovieAdded(v bool)
SetSupportsOnMovieAdded sets SupportsOnMovieAdded field to given value.
func (o *NotificationResource) HasSupportsOnMovieAdded() bool
HasSupportsOnMovieAdded returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnMovieDelete() bool
GetSupportsOnMovieDelete returns the SupportsOnMovieDelete field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnMovieDeleteOk() (*bool, bool)
GetSupportsOnMovieDeleteOk returns a tuple with the SupportsOnMovieDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnMovieDelete(v bool)
SetSupportsOnMovieDelete sets SupportsOnMovieDelete field to given value.
func (o *NotificationResource) HasSupportsOnMovieDelete() bool
HasSupportsOnMovieDelete returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnMovieFileDelete() bool
GetSupportsOnMovieFileDelete returns the SupportsOnMovieFileDelete field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnMovieFileDeleteOk() (*bool, bool)
GetSupportsOnMovieFileDeleteOk returns a tuple with the SupportsOnMovieFileDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnMovieFileDelete(v bool)
SetSupportsOnMovieFileDelete sets SupportsOnMovieFileDelete field to given value.
func (o *NotificationResource) HasSupportsOnMovieFileDelete() bool
HasSupportsOnMovieFileDelete returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnMovieFileDeleteForUpgrade() bool
GetSupportsOnMovieFileDeleteForUpgrade returns the SupportsOnMovieFileDeleteForUpgrade field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnMovieFileDeleteForUpgradeOk() (*bool, bool)
GetSupportsOnMovieFileDeleteForUpgradeOk returns a tuple with the SupportsOnMovieFileDeleteForUpgrade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnMovieFileDeleteForUpgrade(v bool)
SetSupportsOnMovieFileDeleteForUpgrade sets SupportsOnMovieFileDeleteForUpgrade field to given value.
func (o *NotificationResource) HasSupportsOnMovieFileDeleteForUpgrade() bool
HasSupportsOnMovieFileDeleteForUpgrade returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnHealthIssue() bool
GetSupportsOnHealthIssue returns the SupportsOnHealthIssue field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnHealthIssueOk() (*bool, bool)
GetSupportsOnHealthIssueOk returns a tuple with the SupportsOnHealthIssue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnHealthIssue(v bool)
SetSupportsOnHealthIssue sets SupportsOnHealthIssue field to given value.
func (o *NotificationResource) HasSupportsOnHealthIssue() bool
HasSupportsOnHealthIssue returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnHealthRestored() bool
GetSupportsOnHealthRestored returns the SupportsOnHealthRestored field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnHealthRestoredOk() (*bool, bool)
GetSupportsOnHealthRestoredOk returns a tuple with the SupportsOnHealthRestored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnHealthRestored(v bool)
SetSupportsOnHealthRestored sets SupportsOnHealthRestored field to given value.
func (o *NotificationResource) HasSupportsOnHealthRestored() bool
HasSupportsOnHealthRestored returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnApplicationUpdate() bool
GetSupportsOnApplicationUpdate returns the SupportsOnApplicationUpdate field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnApplicationUpdateOk() (*bool, bool)
GetSupportsOnApplicationUpdateOk returns a tuple with the SupportsOnApplicationUpdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnApplicationUpdate(v bool)
SetSupportsOnApplicationUpdate sets SupportsOnApplicationUpdate field to given value.
func (o *NotificationResource) HasSupportsOnApplicationUpdate() bool
HasSupportsOnApplicationUpdate returns a boolean if a field has been set.
func (o *NotificationResource) GetSupportsOnManualInteractionRequired() bool
GetSupportsOnManualInteractionRequired returns the SupportsOnManualInteractionRequired field if non-nil, zero value otherwise.
func (o *NotificationResource) GetSupportsOnManualInteractionRequiredOk() (*bool, bool)
GetSupportsOnManualInteractionRequiredOk returns a tuple with the SupportsOnManualInteractionRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetSupportsOnManualInteractionRequired(v bool)
SetSupportsOnManualInteractionRequired sets SupportsOnManualInteractionRequired field to given value.
func (o *NotificationResource) HasSupportsOnManualInteractionRequired() bool
HasSupportsOnManualInteractionRequired returns a boolean if a field has been set.
func (o *NotificationResource) GetTestCommand() string
GetTestCommand returns the TestCommand field if non-nil, zero value otherwise.
func (o *NotificationResource) GetTestCommandOk() (*string, bool)
GetTestCommandOk returns a tuple with the TestCommand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationResource) SetTestCommand(v string)
SetTestCommand sets TestCommand field to given value.
func (o *NotificationResource) HasTestCommand() bool
HasTestCommand returns a boolean if a field has been set.
func (o *NotificationResource) SetTestCommandNil(b bool)
SetTestCommandNil sets the value for TestCommand to be an explicit nil
func (o *NotificationResource) UnsetTestCommand()
UnsetTestCommand ensures that no value is present for TestCommand, not even an explicit nil