@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
14 lines (13 loc) • 619 B
TypeScript
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;
}