@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
15 lines (14 loc) • 529 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaDropFolderType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static feed: KalturaDropFolderType;
static ftp: KalturaDropFolderType;
static local: KalturaDropFolderType;
static s3: KalturaDropFolderType;
static scp: KalturaDropFolderType;
static sftp: KalturaDropFolderType;
static webex: KalturaDropFolderType;
}