UNPKG

@kaltura-ng/kaltura-client

Version:
23 lines (22 loc) 1.11 kB
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; }