UNPKG

@kaltura-ng/kaltura-client

Version:
14 lines (13 loc) 654 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaEventNotificationTemplateOrderBy extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static createdAtAsc: KalturaEventNotificationTemplateOrderBy; static createdAtDesc: KalturaEventNotificationTemplateOrderBy; static idAsc: KalturaEventNotificationTemplateOrderBy; static idDesc: KalturaEventNotificationTemplateOrderBy; static updatedAtAsc: KalturaEventNotificationTemplateOrderBy; static updatedAtDesc: KalturaEventNotificationTemplateOrderBy; }