import * as $dara from '@darabonba/typescript'; export declare class TagResourcesResponseBody extends $dara.Model { /** * @remarks * The returned message. * * @example * success */ data?: string; /** * @remarks * Id of the request * * @example * 05919CF2-B8A1-588D-B3DB-89B3******** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }