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