UNPKG

@kaltura-ng/kaltura-client

Version:
21 lines (20 loc) 949 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaPlaylistMatchAttribute extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static adminTags: KalturaPlaylistMatchAttribute; static categoriesIds: KalturaPlaylistMatchAttribute; static creatorId: KalturaPlaylistMatchAttribute; static description: KalturaPlaylistMatchAttribute; static groupId: KalturaPlaylistMatchAttribute; static id: KalturaPlaylistMatchAttribute; static _name: KalturaPlaylistMatchAttribute; static referenceId: KalturaPlaylistMatchAttribute; static replacedEntryId: KalturaPlaylistMatchAttribute; static replacingEntryId: KalturaPlaylistMatchAttribute; static searchText: KalturaPlaylistMatchAttribute; static tags: KalturaPlaylistMatchAttribute; static userId: KalturaPlaylistMatchAttribute; }