import * as $dara from '@darabonba/typescript'; export declare class AddCloudAccessResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 285BBE08-F12B-5A04-97BC-09EA7FF18646 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }