Class: NotificationChannel

NotificationChannel

The NotificationChannel class.

Constructor

new NotificationChannel()

See:

Extends

Members

delayOnStartSeconds :Integer

Delay in seconds after a start of the Server service before this notification channel starts monitoring for status changes.

Type:
  • Integer
Default Value:
  • 60

(readonly) id :Integer

The ID of this object.

Type:
  • Integer
Inherited From:

name :String

The name of this object.

Type:
  • String
Inherited From:

properties :Object.<string, string>

A place to store arbitrary string properties. In some cases objects store their configuration inside this hash/dictionary. If you store custom properties make sure you prefix them with your moduleId.

Type:
  • Object.<string, string>
Inherited From:
See:
  • upgrade_module

reference :String

The reference of this object. May only contain the characters A-Za-z0-9_.+: -.

Type:
  • String
Inherited From:
Default Value:
  • ""

scheduleSeconds :Integer

Interval in seconds in which this notification channel checks for status changes to send notifications.

Type:
  • Integer
Default Value:
  • 10

status :ElementStatus

The object status.

Type:
Inherited From:
Default Value:
  • ElementStatus.Active

type :NotificationChannelType

The type of notification channel, set appropriate properties from NotificationChannelProperty to configure this channel.

Type: