UNPKG

@kaltura-ng/kaltura-client

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