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