UNPKG

@kaltura-ng/kaltura-client

Version:
18 lines (17 loc) 853 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaQuestionCuePointOrderBy extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static createdAtAsc: KalturaQuestionCuePointOrderBy; static createdAtDesc: KalturaQuestionCuePointOrderBy; static partnerSortValueAsc: KalturaQuestionCuePointOrderBy; static partnerSortValueDesc: KalturaQuestionCuePointOrderBy; static startTimeAsc: KalturaQuestionCuePointOrderBy; static startTimeDesc: KalturaQuestionCuePointOrderBy; static triggeredAtAsc: KalturaQuestionCuePointOrderBy; static triggeredAtDesc: KalturaQuestionCuePointOrderBy; static updatedAtAsc: KalturaQuestionCuePointOrderBy; static updatedAtDesc: KalturaQuestionCuePointOrderBy; }