import * as $dara from '@darabonba/typescript'; export declare class CreateAutoRepairPolicyResponseBody extends $dara.Model { /** * @remarks * The self-healing rule ID. * * @example * r-xxxxxxx */ policyId?: string; /** * @remarks * The request ID. * * @example * E368C761-F8F6-4A36-9B58-BD53D5****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }