Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.81 KB

NewBaseNotification.md

File metadata and controls

65 lines (34 loc) · 1.81 KB

NewBaseNotification

Properties

Name Type Description Notes
Policy Pointer to map[string]interface{}
Webhook Pointer to NewNotificationWebhook

Methods

GetPolicy

func (o *NewBaseNotification) GetPolicy() map[string]interface{}

GetPolicy returns the Policy field if non-nil, zero value otherwise.

GetPolicyOk

func (o *NewBaseNotification) GetPolicyOk() (map[string]interface{}, bool)

GetPolicyOk returns a tuple with the Policy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasPolicy

func (o *NewBaseNotification) HasPolicy() bool

HasPolicy returns a boolean if a field has been set.

SetPolicy

func (o *NewBaseNotification) SetPolicy(v map[string]interface{})

SetPolicy gets a reference to the given map[string]interface{} and assigns it to the Policy field.

GetWebhook

func (o *NewBaseNotification) GetWebhook() NewNotificationWebhook

GetWebhook returns the Webhook field if non-nil, zero value otherwise.

GetWebhookOk

func (o *NewBaseNotification) GetWebhookOk() (NewNotificationWebhook, bool)

GetWebhookOk returns a tuple with the Webhook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasWebhook

func (o *NewBaseNotification) HasWebhook() bool

HasWebhook returns a boolean if a field has been set.

SetWebhook

func (o *NewBaseNotification) SetWebhook(v NewNotificationWebhook)

SetWebhook gets a reference to the given NewNotificationWebhook and assigns it to the Webhook field.

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