UNPKG

@kaltura-ng/kaltura-client

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