| Name | Type | Description | Notes |
|---|---|---|---|
| Discord | Pointer to float32 | [optional] | |
| 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] |
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
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
func (o *NotificationAgentTypes) GetDiscord() float32
GetDiscord returns the Discord field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetDiscord(v float32)
SetDiscord sets Discord field to given value.
func (o *NotificationAgentTypes) HasDiscord() bool
HasDiscord returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetEmail() float32
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetEmail(v float32)
SetEmail sets Email field to given value.
func (o *NotificationAgentTypes) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetPushbullet() float32
GetPushbullet returns the Pushbullet field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetPushbullet(v float32)
SetPushbullet sets Pushbullet field to given value.
func (o *NotificationAgentTypes) HasPushbullet() bool
HasPushbullet returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetPushover() float32
GetPushover returns the Pushover field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetPushover(v float32)
SetPushover sets Pushover field to given value.
func (o *NotificationAgentTypes) HasPushover() bool
HasPushover returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetSlack() float32
GetSlack returns the Slack field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetSlack(v float32)
SetSlack sets Slack field to given value.
func (o *NotificationAgentTypes) HasSlack() bool
HasSlack returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetTelegram() float32
GetTelegram returns the Telegram field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetTelegram(v float32)
SetTelegram sets Telegram field to given value.
func (o *NotificationAgentTypes) HasTelegram() bool
HasTelegram returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetWebhook() float32
GetWebhook returns the Webhook field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetWebhook(v float32)
SetWebhook sets Webhook field to given value.
func (o *NotificationAgentTypes) HasWebhook() bool
HasWebhook returns a boolean if a field has been set.
func (o *NotificationAgentTypes) GetWebpush() float32
GetWebpush returns the Webpush field if non-nil, zero value otherwise.
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.
func (o *NotificationAgentTypes) SetWebpush(v float32)
SetWebpush sets Webpush field to given value.
func (o *NotificationAgentTypes) HasWebpush() bool
HasWebpush returns a boolean if a field has been set.