import * as $dara from '@darabonba/typescript'; export declare class DeleteMediaFromSearchLibRequest extends $dara.Model { /** * @remarks * The ID of the media asset. * * This parameter is required. * * @example * ****20b48fb04483915d4f2cd8ac**** */ mediaId?: string; /** * @remarks * The message body. * * @example * {} */ msgBody?: string; namespace?: string; /** * @remarks * The name of the search library. Default value: ims-default-search-lib. * * @example * test1 */ searchLibName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }