Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.02 KB

NotificationActivation.md

File metadata and controls

39 lines (20 loc) · 1.02 KB

NotificationActivation

Properties

Name Type Description Notes
Enabled Pointer to bool Indicates whether the notification is activated.

Methods

GetEnabled

func (o *NotificationActivation) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

HasEnabled

func (o *NotificationActivation) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

SetEnabled

func (o *NotificationActivation) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

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