@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
17 lines (16 loc) • 715 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaBatchJobObjectType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static asset: KalturaBatchJobObjectType;
static category: KalturaBatchJobObjectType;
static dropFolderFile: KalturaBatchJobObjectType;
static entry: KalturaBatchJobObjectType;
static entryDistribution: KalturaBatchJobObjectType;
static fileSync: KalturaBatchJobObjectType;
static metadata: KalturaBatchJobObjectType;
static metadataProfile: KalturaBatchJobObjectType;
static scheduledTaskProfile: KalturaBatchJobObjectType;
}