@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
14 lines (13 loc) • 610 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaEventNotificationTemplateType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static bpmAbort: KalturaEventNotificationTemplateType;
static bpmSignal: KalturaEventNotificationTemplateType;
static bpmStart: KalturaEventNotificationTemplateType;
static email: KalturaEventNotificationTemplateType;
static http: KalturaEventNotificationTemplateType;
static push: KalturaEventNotificationTemplateType;
}