Name | Type | Description | Notes |
---|---|---|---|
Enabled | Pointer to bool | Indicates whether the notification is activated. |
func (o *NotificationActivation) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *NotificationActivation) GetEnabledOk() (bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationActivation) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *NotificationActivation) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.