Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.29 KB

File metadata and controls

238 lines (129 loc) · 6.29 KB

NotificationAgentTypes

Properties

Name Type Description Notes
Discord Pointer to float32 [optional]
Email Pointer to float32 [optional]
Pushbullet Pointer to float32 [optional]
Pushover Pointer to float32 [optional]
Slack Pointer to float32 [optional]
Telegram Pointer to float32 [optional]
Webhook Pointer to float32 [optional]
Webpush Pointer to float32 [optional]

Methods

NewNotificationAgentTypes

func NewNotificationAgentTypes() *NotificationAgentTypes

NewNotificationAgentTypes instantiates a new NotificationAgentTypes 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

NewNotificationAgentTypesWithDefaults

func NewNotificationAgentTypesWithDefaults() *NotificationAgentTypes

NewNotificationAgentTypesWithDefaults instantiates a new NotificationAgentTypes 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

GetDiscord

func (o *NotificationAgentTypes) GetDiscord() float32

GetDiscord returns the Discord field if non-nil, zero value otherwise.

GetDiscordOk

func (o *NotificationAgentTypes) GetDiscordOk() (*float32, bool)

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

SetDiscord

func (o *NotificationAgentTypes) SetDiscord(v float32)

SetDiscord sets Discord field to given value.

HasDiscord

func (o *NotificationAgentTypes) HasDiscord() bool

HasDiscord returns a boolean if a field has been set.

GetEmail

func (o *NotificationAgentTypes) GetEmail() float32

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *NotificationAgentTypes) GetEmailOk() (*float32, bool)

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

SetEmail

func (o *NotificationAgentTypes) SetEmail(v float32)

SetEmail sets Email field to given value.

HasEmail

func (o *NotificationAgentTypes) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPushbullet

func (o *NotificationAgentTypes) GetPushbullet() float32

GetPushbullet returns the Pushbullet field if non-nil, zero value otherwise.

GetPushbulletOk

func (o *NotificationAgentTypes) GetPushbulletOk() (*float32, bool)

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

SetPushbullet

func (o *NotificationAgentTypes) SetPushbullet(v float32)

SetPushbullet sets Pushbullet field to given value.

HasPushbullet

func (o *NotificationAgentTypes) HasPushbullet() bool

HasPushbullet returns a boolean if a field has been set.

GetPushover

func (o *NotificationAgentTypes) GetPushover() float32

GetPushover returns the Pushover field if non-nil, zero value otherwise.

GetPushoverOk

func (o *NotificationAgentTypes) GetPushoverOk() (*float32, bool)

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

SetPushover

func (o *NotificationAgentTypes) SetPushover(v float32)

SetPushover sets Pushover field to given value.

HasPushover

func (o *NotificationAgentTypes) HasPushover() bool

HasPushover returns a boolean if a field has been set.

GetSlack

func (o *NotificationAgentTypes) GetSlack() float32

GetSlack returns the Slack field if non-nil, zero value otherwise.

GetSlackOk

func (o *NotificationAgentTypes) GetSlackOk() (*float32, bool)

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

SetSlack

func (o *NotificationAgentTypes) SetSlack(v float32)

SetSlack sets Slack field to given value.

HasSlack

func (o *NotificationAgentTypes) HasSlack() bool

HasSlack returns a boolean if a field has been set.

GetTelegram

func (o *NotificationAgentTypes) GetTelegram() float32

GetTelegram returns the Telegram field if non-nil, zero value otherwise.

GetTelegramOk

func (o *NotificationAgentTypes) GetTelegramOk() (*float32, bool)

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

SetTelegram

func (o *NotificationAgentTypes) SetTelegram(v float32)

SetTelegram sets Telegram field to given value.

HasTelegram

func (o *NotificationAgentTypes) HasTelegram() bool

HasTelegram returns a boolean if a field has been set.

GetWebhook

func (o *NotificationAgentTypes) GetWebhook() float32

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

GetWebhookOk

func (o *NotificationAgentTypes) GetWebhookOk() (*float32, 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.

SetWebhook

func (o *NotificationAgentTypes) SetWebhook(v float32)

SetWebhook sets Webhook field to given value.

HasWebhook

func (o *NotificationAgentTypes) HasWebhook() bool

HasWebhook returns a boolean if a field has been set.

GetWebpush

func (o *NotificationAgentTypes) GetWebpush() float32

GetWebpush returns the Webpush field if non-nil, zero value otherwise.

GetWebpushOk

func (o *NotificationAgentTypes) GetWebpushOk() (*float32, bool)

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

SetWebpush

func (o *NotificationAgentTypes) SetWebpush(v float32)

SetWebpush sets Webpush field to given value.

HasWebpush

func (o *NotificationAgentTypes) HasWebpush() bool

HasWebpush returns a boolean if a field has been set.

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