import * as $dara from '@darabonba/typescript'; export declare class ListAddonsRequest extends $dara.Model { /** * @remarks * Language,the default language is Chinese. * * @example * zh */ aliyunLang?: string; /** * @remarks * Category filter. * * @example * database */ category?: string; /** * @remarks * Whether to enable regular matching. * * @example * false */ regexp?: boolean; /** * @remarks * The region ID. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * A query field can be queried by name or description. * * @example * mysql */ search?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }