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