Class CreateEmailNotificationChannelConfig

Configuration to create an e-mail notification channel

Hierarchy

  • CreateEmailNotificationChannelConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
address: string

The e-mail address to be notified

Preferred content formats for notifications.

Indicates that the notification channel is an e-mail address

Generated using TypeDoc