UNPKG

@kaltura-ng/kaltura-client

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