@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
11 lines (10 loc) • 417 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaDropFolderFileHandlerType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static content: KalturaDropFolderFileHandlerType;
static ical: KalturaDropFolderFileHandlerType;
static xml: KalturaDropFolderFileHandlerType;
}