import * as $dara from '@darabonba/typescript'; export declare class UpdateInstanceResponseBody extends $dara.Model { /** * @remarks * The ID of the request. Alibaba Cloud generates a unique identifier for each request to help troubleshoot and locate issues. * * @example * 0068247C-A454-5FC9-93BF-C41CBB5CD19E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }