import * as $dara from '@darabonba/typescript'; export declare class AddStreamTagToSearchLibRequest extends $dara.Model { /** * @remarks * The ID of the media asset. * * @example * ******b48fb04483915d4f2cd8****** */ mediaId?: string; /** * @remarks * The message body. * * @example * {"startTime":1657684600793,"endTime":1657684600793,"userData":"{}"} */ msgBody?: string; /** * @remarks * The namespace. * * @example * name-1 */ namespace?: string; /** * @remarks * The search library. * * @example * Stream_xxx */ searchLibName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }