@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
23 lines (22 loc) • 1.11 kB
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveChannelMatchAttribute extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static adminTags: KalturaLiveChannelMatchAttribute;
static categoriesIds: KalturaLiveChannelMatchAttribute;
static creatorId: KalturaLiveChannelMatchAttribute;
static description: KalturaLiveChannelMatchAttribute;
static durationType: KalturaLiveChannelMatchAttribute;
static flavorParamsIds: KalturaLiveChannelMatchAttribute;
static groupId: KalturaLiveChannelMatchAttribute;
static id: KalturaLiveChannelMatchAttribute;
static _name: KalturaLiveChannelMatchAttribute;
static referenceId: KalturaLiveChannelMatchAttribute;
static replacedEntryId: KalturaLiveChannelMatchAttribute;
static replacingEntryId: KalturaLiveChannelMatchAttribute;
static searchText: KalturaLiveChannelMatchAttribute;
static tags: KalturaLiveChannelMatchAttribute;
static userId: KalturaLiveChannelMatchAttribute;
}