@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
13 lines (12 loc) • 503 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveReportType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static entryGeoTimeLine: KalturaLiveReportType;
static entrySyndicationTotal: KalturaLiveReportType;
static entryTimeLine: KalturaLiveReportType;
static entryTotal: KalturaLiveReportType;
static partnerTotal: KalturaLiveReportType;
}