UNPKG

@kaltura-ng/kaltura-client

Version:
17 lines (16 loc) 715 B
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; }