Class EmailNotificationWithStreamConditions

Export

EmailNotificationWithStreamConditions

Hierarchy (view full)

Constructors

Properties

category?: string

Memberof

Notification

conditions?: AbstractCondition

Memberof

EmailNotificationWithStreamConditions

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

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

emails?: string[]

Memberof

EmailNotification

eventType?: string

Memberof

Notification

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

muted?: boolean

Memberof

Notification

resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

resourceType?: string

Memberof

Notification

triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

type?: string

Memberof

Notification

Generated using TypeDoc